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

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

#include <librm.h>

#endif /* _BITS_UACCESS_H */