summaryrefslogtreecommitdiff
path: root/buf.h
blob: a4cea5ee99f7917490a62187f8f98ad77d0fd671 (plain)
1
2
3
4
5
struct buf {
  int flags;
  uchar data[512];
};
#define B_BUSY 0x1