summaryrefslogtreecommitdiff
path: root/pfinet/linux/mm.h
blob: 348229ae9d35c86cd1e3e2fa207c5bcf877df48a (plain)
1
2
3
4
5
6
7
8
9
#ifndef _HACK_MM_H_
#define _HACK_MM_H_

int verify_area (int, const void *, u_long);

#define VERIFY_READ 0
#define VERIFY_WRITE 0

#endif