aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2015-02-09 19:36:08 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-02-09 19:36:08 +1100
commit640a4ee5f265fcdef7fa9f95436b51b2c45a29c5 (patch)
treea1d5afe801f46e9c3b858d0551a3bf090de5e998 /include
parent2980c3b0f88e8c0de064dd09987dd6e431585cb2 (diff)
downloadskiboot-640a4ee5f265fcdef7fa9f95436b51b2c45a29c5.zip
skiboot-640a4ee5f265fcdef7fa9f95436b51b2c45a29c5.tar.gz
skiboot-640a4ee5f265fcdef7fa9f95436b51b2c45a29c5.tar.bz2
sync opal.h whitespace and comments with linux
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'include')
-rw-r--r--include/opal.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/opal.h b/include/opal.h
index 605069c..bf6326a 100644
--- a/include/opal.h
+++ b/include/opal.h
@@ -299,7 +299,7 @@ enum OpalPendingState {
enum OpalThreadStatus {
OPAL_THREAD_INACTIVE = 0x0,
OPAL_THREAD_STARTED = 0x1,
- OPAL_THREAD_UNAVAILABLE = 0x2
+ OPAL_THREAD_UNAVAILABLE = 0x2 /* opal-v3 */
};
enum OpalPciBusCompare {
@@ -782,7 +782,7 @@ typedef struct oppanel_line {
} oppanel_line_t;
/*
- * SG entries used for code update
+ * SG entries
*
* WARNING: The current implementation requires each entry
* to represent a block that is 4k aligned *and* each block
@@ -842,4 +842,5 @@ struct opal_i2c_request {
};
#endif /* __ASSEMBLY__ */
+
#endif /* __OPAL_H */