xv6-riscv-rust/buf.h

6 lines
67 B
C

struct buf {
int flags;
uchar data[512];
};
#define B_BUSY 0x1