summaryrefslogtreecommitdiffstats
path: root/src/include/limits.h
blob: c89a6e66bdb99fc29806d84c4cac53f779ceb357 (plain)
1
2
3
4
5
6
7
#ifndef __LIMITS_H
#define __LIMITS_H

#define PAGESIZE 4096
#define PAGE_SIZE PAGESIZE

#endif
OpenPOWER on IntegriCloud