mirror of
https://github.com/ipxe/ipxe
synced 2025-12-17 10:01:03 +03:00
Add FILE_LICENCE declarations to almost all files that make up the various standard builds of gPXE.
16 lines
229 B
C
16 lines
229 B
C
#ifndef _BITS_PCI_IO_H
|
|
#define _BITS_PCI_IO_H
|
|
|
|
/** @file
|
|
*
|
|
* i386-specific PCI I/O API implementations
|
|
*
|
|
*/
|
|
|
|
FILE_LICENCE ( GPL2_OR_LATER );
|
|
|
|
#include <gpxe/pcibios.h>
|
|
#include <gpxe/pcidirect.h>
|
|
|
|
#endif /* _BITS_PCI_IO_H */
|