]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/mini-os.git/commit
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)
commit77e9a4d2ca5cb159161a25705c72bbf2ac25aeef
treeecad708f3607a6a03937e0a1fe897cc4d2dbba30
parente7b35afe39aff10afc8275fcbacb5ab6f3696b70
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>
arch/x86/iorw.c [new file with mode: 0644]
include/iorw.h [new file with mode: 0644]