mm/memory_hotplug: remove __online_page_free() and __online_page_increment_counters()
[linux-2.6-microblaze.git] / block / opal_proto.h
index 5532412..325cbba 100644 (file)
@@ -76,7 +76,6 @@ enum opal_response_token {
  * Derived from: TCG_Storage_Architecture_Core_Spec_v2.01_r1.00
  * Section: 6.3 Assigned UIDs
  */
-#define OPAL_UID_LENGTH 8
 #define OPAL_METHOD_LENGTH 8
 #define OPAL_MSID_KEYLEN 15
 #define OPAL_UID_LENGTH_HALF 4
@@ -108,6 +107,7 @@ enum opal_uid {
        OPAL_C_PIN_TABLE,
        OPAL_LOCKING_INFO_TABLE,
        OPAL_ENTERPRISE_LOCKING_INFO_TABLE,
+       OPAL_DATASTORE,
        /* C_PIN_TABLE object ID's */
        OPAL_C_PIN_MSID,
        OPAL_C_PIN_SID,
@@ -205,6 +205,10 @@ enum opal_lockingstate {
        OPAL_LOCKING_LOCKED = 0x03,
 };
 
+enum opal_parameter {
+       OPAL_SUM_SET_LIST = 0x060000,
+};
+
 /* Packets derived from:
  * TCG_Storage_Architecture_Core_Spec_v2.01_r1.00
  * Secion: 3.2.3 ComPackets, Packets & Subpackets