aboutsummaryrefslogtreecommitdiff
path: root/hw/nx.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/nx.c')
-rw-r--r--hw/nx.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/nx.c b/hw/nx.c
index fdadf53..b1cab57 100644
--- a/hw/nx.c
+++ b/hw/nx.c
@@ -136,3 +136,5 @@ void nx_init(void)
if (proc_gen >= proc_gen_p9)
darn_init();
}
+
+DEFINE_HWPROBE_DEPS(nx, nx_init, "vas");