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