aboutsummaryrefslogtreecommitdiffstats
path: root/nt/inc/sys/param.h
blob: 971d4b107557b7e3fc2c45506285a3cb3aedf250 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _PARAM_H_
#define _PARAM_H_

/*
 * sys\param.h doesn't exist on NT, so we'll make one.
 */

#define NBPG 4096

#endif /* _PARAM_H_ */

/* arch-tag: b1d90296-ec38-4839-83bd-0ddfd2528435
   (do not change this comment) */