mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-14 06:24:53 +08: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 */
|