summaryrefslogtreecommitdiff
path: root/gpxe/src/arch/i386/include/bits/uaccess.h
blob: 2bb52e02134e68fa6d8ac2ab396211006135adb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _BITS_UACCESS_H
#define _BITS_UACCESS_H

/** @file
 *
 * i386-specific user access API implementations
 *
 */

FILE_LICENCE ( GPL2_OR_LATER );

#include <librm.h>

#endif /* _BITS_UACCESS_H */