You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/linux-user/alpha/target_mman.h

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