summaryrefslogtreecommitdiff
path: root/arch/x86/machine/atkbd.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/machine/atkbd.h')
-rw-r--r--arch/x86/machine/atkbd.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/arch/x86/machine/atkbd.h b/arch/x86/machine/atkbd.h
index 0bed7ada..9efeefbf 100644
--- a/arch/x86/machine/atkbd.h
+++ b/arch/x86/machine/atkbd.h
@@ -21,9 +21,12 @@
#ifndef _X86_ATKBD_H
#define _X86_ATKBD_H
+#include <kern/init.h>
+
/*
- * Initialize the atkbd module.
+ * This init operation provides :
+ * - module fully initialized
*/
-void atkbd_setup(void);
+INIT_OP_DECLARE(atkbd_setup);
#endif /* _X86_ATKBD_H */