mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 18:11:00 +03:00
9 lines
131 B
C
9 lines
131 B
C
|
#ifndef _SPL_VMSYSTM_H
|
||
|
#define _SPL_VMSYSTM_H
|
||
|
|
||
|
#include <linux/mm.h>
|
||
|
|
||
|
#define physmem num_physpages
|
||
|
|
||
|
#endif /* SPL_VMSYSTM_H */
|