mirror of
https://github.com/torvalds/linux.git
synced 2024-12-18 17:12:55 +00:00
7 lines
119 B
C
7 lines
119 B
C
|
#ifndef __X86_MM_INTERNAL_H
|
||
|
#define __X86_MM_INTERNAL_H
|
||
|
|
||
|
void *alloc_low_page(void);
|
||
|
|
||
|
#endif /* __X86_MM_INTERNAL_H */
|