7 lines
96 B
C
7 lines
96 B
C
|
#ifndef DEF_CONFIG_H
|
||
|
#define DEF_CONFIG_H
|
||
|
|
||
|
#define PAGE_SIZE 4096
|
||
|
#define PAGE_COUNT 100
|
||
|
|
||
|
#endif
|