BIOS Reference - PARTITION Functions

From NanoComputerWiki

Jump to: navigation, search

PARTITION Module Functions

NanoComputer BIOS Reference

PARTITION Module

Note: This information may be out of date. For the latest information always check the header files shipped with the NanoComputer SDK.

Last update: Oct 31 2008

// --------------------------------------------------
//	Defines
// --------------------------------------------------
	#define PARTITION_PARTITIONINFO_BLOCKID	0x0000


// --------------------------------------------------
//	Structures & Typedefs
// --------------------------------------------------
	struct _PARTITION_Info {
		unsigned char Type;
		unsigned long Size;
	};
	typedef struct _PARTITION_Info PARTITION_Info;


// --------------------------------------------------
//	Function Prototypes
// --------------------------------------------------
	/**
	 *	Retrieves information about the PARTITION 
	 *
	 *	Returns E_OK on success
	 **/
	char PARTITION_GetInfo(PARTITION_Info* pInfo);

Navigation

Click on any of the links below to navigate to a new page
Personal tools