aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/include/bits/io.h
AgeCommit message (Collapse)AuthorFilesLines
2023-02-06[ioapi] Move PAGE_SHIFT to bits/io.hMichael Brown1-0/+3
The PAGE_SHIFT definition is an architectural property, rather than an aspect of a particular I/O API implementation (of which, in theory, there may be more than one per architecture). Reflect this by moving the definition to the top-level bits/io.h for each architecture. Signed-off-by: Michael Brown <mcb30@ipxe.org>
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+1
Relicense files for which I am the sole author (as identified by util/relicense.pl). Signed-off-by: Michael Brown <mcb30@ipxe.org>
2012-07-17[ioapi] Generalise i386 raw I/O API to x86Michael Brown1-0/+14
Signed-off-by: Michael Brown <mcb30@ipxe.org>