Version 2.0.0-0

initrd Reference

File
core/xeos/include/xeos/initrd.h
Date
Wednesday, June 25, 2014
Includes
  • <system/types/uint32_t.h>
  • <stdbool.h>

Tasks

XEOS_InitRD_EntryGetFilename Top

const char * XEOS_InitRD_EntryGetFilename( XEOS_InitRD_EntryRef entry );

XEOS_InitRD_EntryGetOffset Top

uint32_t XEOS_InitRD_EntryGetOffset( XEOS_InitRD_EntryRef entry );

XEOS_InitRD_EntryGetSize Top

uint32_t XEOS_InitRD_EntryGetSize( XEOS_InitRD_EntryRef entry );

XEOS_InitRDGetEntryCount Top

uint32_t XEOS_InitRDGetEntryCount( XEOS_InitRDRef initrd );

XEOS_InitRDGetSignature Top

uint32_t XEOS_InitRDGetSignature( XEOS_InitRDRef initrd );

XEOS_InitRDIsValid Top

bool XEOS_InitRDIsValid( XEOS_InitRDRef initrd );

Types

XEOS_InitRD_EntryRef Top

typedef struct __XEOS_InitRD_Entry * XEOS_InitRD_EntryRef;

XEOS_InitRDRef Top

typedef struct __XEOS_InitRD * XEOS_InitRDRef;

Macros

__XEOS_INITRD_H__ Top

#define __XEOS_INITRD_H__