page_offset.h 88 字节
Newer Older
1 2 3 4 5
#ifdef __uClinux__
#include "page_offset_no.h"
#else
#include "page_offset_mm.h"
#endif