summaryrefslogtreecommitdiffstats
path: root/src/include/usr/sio/sio.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/usr/sio/sio.H')
-rw-r--r--src/include/usr/sio/sio.H14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/include/usr/sio/sio.H b/src/include/usr/sio/sio.H
index ec422d8b7..52f752da7 100644
--- a/src/include/usr/sio/sio.H
+++ b/src/include/usr/sio/sio.H
@@ -25,8 +25,6 @@
#ifndef __SIO_SIO_H
#define __SIO_SIO_H
-#include <errl/errlentry.H>
-
namespace SIO
{
/**
@@ -49,17 +47,5 @@ namespace SIO
SIO_SCRATCH_REG1 = 0x21, /**< Scratch Reg */
SIO_SCRATCH_REG2 = 0x22, /**< Scratch Reg */
};
-
- /**
- * @brief Test if SuperIO is accessible on the LPC bus
- *
- * @param[out] o_available Set true if the SuperIO controller is available,
- * false if it explicitly detected as unavailable,
- * and unchanged if an unexpected error occurs.
- *
- * @return NULL if the test did not fail unexpectedly, otherwise a pointer
- * to an errorlog associated with the error.
- */
- errlHndl_t isAvailable(bool& o_available);
}
#endif
OpenPOWER on IntegriCloud