Logo
Explore Help
Sign In
sysadmin/ipxe
1
0
Fork 0
You've already forked ipxe
mirror of https://github.com/ipxe/ipxe synced 2025-12-22 04:50:25 +03:00
Code Issues Packages Projects Releases Wiki Activity
Files
c63e61df75c815da1dc93196bbb6a931743b736f
ipxe/src/config/ioapi.h

20 lines
341 B
C
Raw Normal View History

[ioapi] Formalise the I/O API as used in i386-pcbios
2008-10-12 01:03:17 +01:00
#ifndef CONFIG_IOAPI_H
#define CONFIG_IOAPI_H
/** @file
*
* I/O API configuration
*
*/
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL Relicense files for which I am the sole author (as identified by util/relicense.pl). Signed-off-by: Michael Brown <mcb30@ipxe.org>
2015-03-02 11:54:40 +00:00
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
[legal] Add a selection of FILE_LICENCE declarations Add FILE_LICENCE declarations to almost all files that make up the various standard builds of gPXE.
2009-05-01 15:41:06 +01:00
[ioapi] Formalise the I/O API as used in i386-pcbios
2008-10-12 01:03:17 +01:00
#include <config/defaults.h>
[pci] Formalise the PCI I/O API
2008-10-12 12:50:44 +01:00
//#undef PCIAPI_PCBIOS /* Access via PCI BIOS */
//#define PCIAPI_DIRECT /* Direct access via Type 1 accesses */
[build] Add support for local configuration files Include config/local/$file in config/$file where it makes sense and create empty local configs during build if not present. Modified-by: Michael Brown <mcb30@etherboot.org> Signed-off-by: Michael Brown <mcb30@etherboot.org>
2010-03-22 23:19:00 +01:00
#include <config/local/ioapi.h>
[ioapi] Formalise the I/O API as used in i386-pcbios
2008-10-12 01:03:17 +01:00
#endif /* CONFIG_IOAPI_H */
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 101ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API