From f538d4cbe355a98be2675468da6f3a24078893e8 Mon Sep 17 00:00:00 2001 From: Matthew Barth Date: Fri, 17 Feb 2012 15:50:22 -0600 Subject: Base Mailbox device driver read/write function Change-Id: I71cee7950d4dff6279422b6ee7fbcc94dcfaf8df Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/679 Reviewed-by: A. Patrick Williams III Tested-by: Jenkins Server --- src/include/usr/hbotcompid.H | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src/include/usr/hbotcompid.H') diff --git a/src/include/usr/hbotcompid.H b/src/include/usr/hbotcompid.H index 0c36827a3..6e812ea5b 100644 --- a/src/include/usr/hbotcompid.H +++ b/src/include/usr/hbotcompid.H @@ -170,7 +170,6 @@ const compId_t INTR_COMP_ID = 0x0F00; const char INTR_COMP_NAME[] = "intr"; //@} - /** @name SPD * EEPROM device driver component */ @@ -179,6 +178,13 @@ const compId_t SPD_COMP_ID = 0x1000; const char SPD_COMP_NAME[] = "spd"; //@} +/** @name MBOX + * MBOX component + */ +//@{ +const compId_t MBOX_COMP_ID = 0x1100; +const char MBOX_COMP_NAME[] = "mbox"; +//@} /** @name RESERVED * Reserved component ID. x3100 is the component ID @@ -189,7 +195,6 @@ const char SPD_COMP_NAME[] = "spd"; //@{ const compId_t RESERVED_COMP_ID = 0x3100; const char RESERVED_COMP_NAME[] = "reserved"; -//@} // ---------------------------------------------------------- // CXXTEST Unit Test, reserve compid near the end... -- cgit v1.2.1