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

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

#define VERIFY_READ 0
#define VERIFY_WRITE 0
#define GFP_ATOMIC 0

#endif