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

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

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );

#include <librm.h>

#endif /* _BITS_UACCESS_H */