more TDB
This commit is contained in:
parent
6a8424b671
commit
2a597151c9
|
@ -23,6 +23,9 @@ typedef struct __attribute__((__packed__)) {
|
|||
u16 nFree;
|
||||
} SPageHdr;
|
||||
|
||||
extern SPageMethods pageMethods;
|
||||
extern SPageMethods pageLargeMethods;
|
||||
|
||||
typedef struct __attribute__((__packed__)) {
|
||||
u8 szCell[2];
|
||||
u8 nxOffset[2];
|
||||
|
|
|
@ -47,9 +47,6 @@ typedef struct {
|
|||
void (*setCellOffset)(SPage *, int, int);
|
||||
} SPageMethods;
|
||||
|
||||
extern SPageMethods pageMethods;
|
||||
extern SPageMethods pageLargeMethods;
|
||||
|
||||
// Page footer
|
||||
typedef struct __attribute__((__packed__)) {
|
||||
u8 cksm[4];
|
||||
|
|
Loading…
Reference in New Issue