#include <stdint.h>
#include <errno.h>
#include <stdio.h>
#include <byteswap.h>
#include <gpxe/bitops.h>
Go to the source code of this file.
Defines | |
| #define | __init |
| #define | __exit |
| #define | __initdata |
| #define | __exitdata |
| #define | printk printf |
Functions | |
| FILE_LICENCE (GPL2_OR_LATER) | |
This file exists to ease the building of Linux source code within gPXE. This is intended to facilitate quick testing; it is not intended to be a substitute for proper porting.
Definition in file linux_compat.h.
| #define __init |
Definition at line 21 of file linux_compat.h.
| #define __exit |
Definition at line 22 of file linux_compat.h.
| #define __initdata |
Definition at line 23 of file linux_compat.h.
| #define __exitdata |
Definition at line 24 of file linux_compat.h.
| #define printk printf |
| FILE_LICENCE | ( | GPL2_OR_LATER | ) |
1.5.7.1