param.h revision 1.1.2.2 1 /* $NetBSD: param.h,v 1.1.2.2 2001/02/11 19:10:19 bouyer Exp $ */
2
3 /* Windows CE architecture */
4
5 #define DEV_BSIZE 512
6 #define DEV_BSHIFT 9 /* log2(DEV_BSIZE) */
7 #define BLKDEV_IOSIZE 2048
8 #define MAXPHYS (64 * 1024) /* max raw I/O transfer size */
9