Cucumber/include/Tier0/paging.h

7 lines
82 B
C

#ifndef __PAGING_H__
#define __PAGING_H__
void paging_init_simple(void);
#endif