opengnsys_ipxe/src/arch/i386/include/bits/uaccess.h

15 lines
209 B
C

#ifndef _BITS_UACCESS_H
#define _BITS_UACCESS_H
/** @file
*
* i386-specific user access API implementations
*
*/
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
#include <librm.h>
#endif /* _BITS_UACCESS_H */