From 25ab8e2ee55136cfd9f864f65686e312fd38b667 Mon Sep 17 00:00:00 2001 From: Cyril Bur Date: Wed, 22 Feb 2017 20:30:59 +1100 Subject: hw/lpc-mbox: Add skiboot driver for the AST BMC mbox registers This adds an internal skiboot API for accessing the AST BMC mbox registers. Signed-off-by: Cyril Bur Signed-off-by: Michael Neuling Signed-off-by: Stewart Smith --- include/skiboot.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/skiboot.h') diff --git a/include/skiboot.h b/include/skiboot.h index 33447a40..7904eee9 100644 --- a/include/skiboot.h +++ b/include/skiboot.h @@ -216,6 +216,7 @@ extern int phb4_preload_capp_ucode(void); extern void phb4_preload_vpd(void); extern void probe_npu(void); extern void uart_init(void); +extern void mbox_init(void); extern void homer_init(void); extern void occ_pstates_init(void); extern void slw_init(void); -- cgit v1.2.1