minios: Add ioread/iowrite functions to mini-os
authorMatthew Fioravante <matthew.fioravante@jhuapl.edu>
Mon, 8 Oct 2012 13:36:28 +0000 (14:36 +0100)
committerMatthew Fioravante <matthew.fioravante@jhuapl.edu>
Mon, 8 Oct 2012 13:36:28 +0000 (14:36 +0100)
commit5691487f3100c5176da4f0acbbb39b09b6180e05
treeb3299999f5e4c5788bc842f94cd7c2dba79d5e9c
parent98febed0b69e20ca0a97e984f7aa0dd1a185706b
minios: Add ioread/iowrite functions to mini-os

This patch adds iowritexx() and ioreadxx() functions for interacting
with hardware memory to mini-os. The functions are available in a header
iorw.h

Signed-off-by: Matthew Fioravante <matthew.fioravante@jhuapl.edu>
Acked-by: Samuel Thibault <samuel.thibault@ens-lyons.org>
Reviewed-by: George Dunlap <george.dunlap@eu.citrix.com>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
extras/mini-os/arch/x86/iorw.c [new file with mode: 0644]
extras/mini-os/include/iorw.h [new file with mode: 0644]