This commit is contained in:
Hongze Cheng 2022-03-02 10:03:40 +00:00
parent e9de08c35d
commit 5dc0169887
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,10 @@ typedef struct __attribute__((__packed__)) {
u16 nFree;
} SPageHdr;
typedef struct __attribute__((__packed__)) {
SPgno nPgno;
} SOfPageHdr;
typedef struct {
void * pData;
SPageHdr *pPageHdr;