mirror of https://github.com/xemu-project/xemu.git
9 lines
133 B
C
9 lines
133 B
C
![]() |
#ifndef ALPHA_TARGET_MMAN_H
|
||
|
#define ALPHA_TARGET_MMAN_H
|
||
|
|
||
|
#define TARGET_MADV_DONTNEED 6
|
||
|
|
||
|
#include "../generic/target_mman.h"
|
||
|
|
||
|
#endif
|