Cover lbas
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
#ifndef __JABYENGINE_OVERLAY__H__
|
||||
#define __JABYENGINE_OVERLAY__H__
|
||||
#ifndef __JABYENGINE_OVERLAY__HPP__
|
||||
#define __JABYENGINE_OVERLAY__HPP__
|
||||
#include "../../stdint.h"
|
||||
|
||||
typedef struct __attribute__((packed)) {
|
||||
void (*execute)();
|
||||
void (*execute)();
|
||||
uint16_t lba_size;
|
||||
} OverlayHeader;
|
||||
|
||||
typedef struct __attribute__((packed)) {
|
||||
uint16_t lba;
|
||||
uint16_t size;
|
||||
} OverlayLBA;
|
||||
#endif //!__JABYENGINE_OVERLAY__H__
|
||||
#endif //!__JABYENGINE_OVERLAY__HPP__
|
||||
Reference in New Issue
Block a user