aboutsummaryrefslogtreecommitdiff
path: root/include/skiboot.h
diff options
context:
space:
mode:
authorStewart Smith <stewart@flamingspork.com>2021-12-20 22:22:45 +1000
committerCédric Le Goater <clg@kaod.org>2022-01-03 16:12:45 +0100
commitb2b4b311c4a2a084bb072eeaf8d9e0409a9eedd5 (patch)
tree165579d6ce57f648d23fdbe1d31c9cdc1357db9c /include/skiboot.h
parentbd497ddbfc845f55c2de0e65c67e7a8c20687a22 (diff)
downloadskiboot-b2b4b311c4a2a084bb072eeaf8d9e0409a9eedd5.zip
skiboot-b2b4b311c4a2a084bb072eeaf8d9e0409a9eedd5.tar.gz
skiboot-b2b4b311c4a2a084bb072eeaf8d9e0409a9eedd5.tar.bz2
hwprobe: convert PHB, NPU, PAU subsystems to hwprobe
Reviewed-by: Dan Horák <dan@danny.cz> [npiggin: split out from initial hwprobe pach] Signed-off-by: Stewart Smith <stewart@flamingspork.com> Signed-off-by: Cédric Le Goater <clg@kaod.org>
Diffstat (limited to 'include/skiboot.h')
-rw-r--r--include/skiboot.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/skiboot.h b/include/skiboot.h
index d1553c4..e2a1b5f 100644
--- a/include/skiboot.h
+++ b/include/skiboot.h
@@ -210,13 +210,8 @@ extern void copy_sreset_vector_fast_reboot(void);
extern void patch_traps(bool enable);
/* Various probe routines, to replace with an initcall system */
-extern void probe_phb3(void);
-extern void probe_phb4(void);
extern int preload_capp_ucode(void);
extern void preload_io_vpd(void);
-extern void probe_npu(void);
-extern void probe_npu2(void);
-extern void probe_pau(void);
extern void uart_init(void);
extern void mbox_init(void);
extern void early_uart_init(void);