diff options
author | Anshuman Khandual <khandual@linux.vnet.ibm.com> | 2014-08-13 14:27:44 +0530 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2014-08-13 19:01:36 +1000 |
commit | 0a22f85f524f366a3e2ef2af4a3faa0e9cef26ca (patch) | |
tree | 8738d392c6bac1af311c49d64ea30f7ffb714a9f /include/fsp.h | |
parent | 41534a8beee61413ef302370375f56542b8f029f (diff) | |
download | skiboot-0a22f85f524f366a3e2ef2af4a3faa0e9cef26ca.zip skiboot-0a22f85f524f366a3e2ef2af4a3faa0e9cef26ca.tar.gz skiboot-0a22f85f524f366a3e2ef2af4a3faa0e9cef26ca.tar.bz2 |
dpo: Move the FSP async messagae handling into a separate file
This patch moves the DPO message handling from FSP core code into
a separate file to make it more cleaner and to add OPAL interfaces
in the subsequent patch. It does not change anything functionally.
Signed-off-by: Anshuman Khandual <khandual@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'include/fsp.h')
-rw-r--r-- | include/fsp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/fsp.h b/include/fsp.h index 58ea36a..53d03f9 100644 --- a/include/fsp.h +++ b/include/fsp.h @@ -761,4 +761,7 @@ extern void fsp_set_led_state(struct fsp_msg *msg); /* EPOW */ extern void fsp_epow_init(void); +/* DPO */ +extern void fsp_dpo_init(void); + #endif /* __FSP_H */ |