mirror of
https://github.com/ipxe/ipxe
synced 2026-01-01 09:09:32 +03:00
11 lines
150 B
C
11 lines
150 B
C
|
|
#ifndef _BITS_UACCESS_H
|
||
|
|
#define _BITS_UACCESS_H
|
||
|
|
|
||
|
|
/** @file
|
||
|
|
*
|
||
|
|
* x86_64-specific user access API implementations
|
||
|
|
*
|
||
|
|
*/
|
||
|
|
|
||
|
|
#endif /* _BITS_UACCESS_H */
|