diff options
Diffstat (limited to 'gpxe/src/arch/x86/include')
-rw-r--r-- | gpxe/src/arch/x86/include/bits/pci_io.h | 2 | ||||
-rw-r--r-- | gpxe/src/arch/x86/include/bits/string.h | 2 | ||||
-rw-r--r-- | gpxe/src/arch/x86/include/gpxe/efi/efix86_nap.h | 2 | ||||
-rw-r--r-- | gpxe/src/arch/x86/include/gpxe/pcibios.h | 2 | ||||
-rw-r--r-- | gpxe/src/arch/x86/include/gpxe/pcidirect.h | 2 |
5 files changed, 10 insertions, 0 deletions
diff --git a/gpxe/src/arch/x86/include/bits/pci_io.h b/gpxe/src/arch/x86/include/bits/pci_io.h index 0fbb439d..f6efcdac 100644 --- a/gpxe/src/arch/x86/include/bits/pci_io.h +++ b/gpxe/src/arch/x86/include/bits/pci_io.h @@ -7,6 +7,8 @@ * */ +FILE_LICENCE ( GPL2_OR_LATER ); + #include <gpxe/pcibios.h> #include <gpxe/pcidirect.h> diff --git a/gpxe/src/arch/x86/include/bits/string.h b/gpxe/src/arch/x86/include/bits/string.h index 42ddeddf..a68868ac 100644 --- a/gpxe/src/arch/x86/include/bits/string.h +++ b/gpxe/src/arch/x86/include/bits/string.h @@ -21,6 +21,8 @@ * consider these trivial functions to be PD. */ +FILE_LICENCE ( PUBLIC_DOMAIN ); + #define __HAVE_ARCH_MEMCPY extern void * __memcpy ( void *dest, const void *src, size_t len ); diff --git a/gpxe/src/arch/x86/include/gpxe/efi/efix86_nap.h b/gpxe/src/arch/x86/include/gpxe/efi/efix86_nap.h index 91424c54..833c922c 100644 --- a/gpxe/src/arch/x86/include/gpxe/efi/efix86_nap.h +++ b/gpxe/src/arch/x86/include/gpxe/efi/efix86_nap.h @@ -7,6 +7,8 @@ * */ +FILE_LICENCE ( GPL2_OR_LATER ); + #ifdef NAP_EFIX86 #define NAP_PREFIX_efix86 #else diff --git a/gpxe/src/arch/x86/include/gpxe/pcibios.h b/gpxe/src/arch/x86/include/gpxe/pcibios.h index b86f5abd..93a6eb8a 100644 --- a/gpxe/src/arch/x86/include/gpxe/pcibios.h +++ b/gpxe/src/arch/x86/include/gpxe/pcibios.h @@ -9,6 +9,8 @@ * */ +FILE_LICENCE ( GPL2_OR_LATER ); + #ifdef PCIAPI_PCBIOS #define PCIAPI_PREFIX_pcbios #else diff --git a/gpxe/src/arch/x86/include/gpxe/pcidirect.h b/gpxe/src/arch/x86/include/gpxe/pcidirect.h index fe433c6f..8b705fb2 100644 --- a/gpxe/src/arch/x86/include/gpxe/pcidirect.h +++ b/gpxe/src/arch/x86/include/gpxe/pcidirect.h @@ -1,6 +1,8 @@ #ifndef _PCIDIRECT_H #define _PCIDIRECT_H +FILE_LICENCE ( GPL2_OR_LATER ); + #include <stdint.h> #include <gpxe/io.h> |