BSD 3 development
[unix-history] / usr / include / pagsiz.h
CommitLineData
0d55654a
BJ
1#define NBPG 512
2#define PGOFSET 511
3#define CLSIZE 2
4#define CLOFSET 1023
5#define BSIZE 1024
6#define BMASK 1023
7#define BSHIFT 10
8#define PAGSIZ (NBPG*CLSIZE)
9#define PAGRND ((PAGSIZ)-1)