C++程序  |  15行  |  201 B

#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 */