提交 2b0fa6d9 编写于 作者: H Hongze Cheng

more TDB

上级 6126fad6
......@@ -23,13 +23,21 @@ extern "C" {
typedef u8 SCell;
typedef struct __attribute__((__packed__)) {
u16 flags;
u16 nCells;
u16 cellCont;
u16 freeCell;
u16 nFree;
u16 flags;
u16 nCells;
u16 cellCont;
u16 freeCell;
u16 nFree;
} SPageHdr;
typedef struct __attribute__((__packed__)) {
u16 flags;
u8 nCells[3];
u8 cellCont[3];
u8 freeCell[3];
u8 nFree[3];
} SPageHdrL;
typedef struct __attribute__((__packed__)) {
u8 cksm[4];
} SPageFtr;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册