diff options
author | Michael Brown <mcb30@etherboot.org> | 2008-10-13 03:47:33 +0100 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2008-10-13 04:10:34 +0100 |
commit | 6554b79ff9eb8992f8cdbc6e13c7b5e346accf16 (patch) | |
tree | fd537d32f263feeaffade7e7fd809b2341431624 /src/config/defaults/pcbios.h | |
parent | 667819becca24fc8fbe6183163fcdfb2e4b9422d (diff) | |
download | ipxe-6554b79ff9eb8992f8cdbc6e13c7b5e346accf16.tar.gz |
[uaccess] Formalise the uaccess API
The userptr_t is now the fundamental type that gets used for conversions.
For example, virt_to_phys() is implemented in terms of virt_to_user() and
user_to_phys().
Diffstat (limited to 'src/config/defaults/pcbios.h')
-rw-r--r-- | src/config/defaults/pcbios.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/defaults/pcbios.h b/src/config/defaults/pcbios.h index a670e7a6..211f28cf 100644 --- a/src/config/defaults/pcbios.h +++ b/src/config/defaults/pcbios.h @@ -7,6 +7,7 @@ * */ +#define UACCESS_LIBRM #define IOAPI_X86 #define PCIAPI_PCBIOS #define TIMER_PCBIOS |