]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/acpi/internal.h
ACPI: introduce drivers/acpi/debugfs.c
[net-next-2.6.git] / drivers / acpi / internal.h
index f8f190ec066e7a266101b0783a97e8f274f5a639..0650e343867e3897e07174cdc7785617659133bd 100644 (file)
@@ -30,6 +30,12 @@ int acpi_debug_init(void);
 static inline int acpi_debug_init(void) { return 0; }
 #endif
 
+#ifdef CONFIG_DEBUG_FS
+int acpi_debugfs_init(void);
+#else
+static inline int acpi_debugfs_init(void) { return 0; }
+#endif
+
 /* --------------------------------------------------------------------------
                                   Power Resource
    -------------------------------------------------------------------------- */