APM & ACPI detect

From: Soos Peter (sp@osb.hu)
Date: Thu Sep 12 2002 - 03:04:37 EST


Hi,

Are there any "official way" to detect that APM or ACPI is active?

With APM I try it and it works:

#ifdef CONFIG_APM
#include <linux/apm_bios.h>
#endif

...

#ifdef CONFIG_APM
if (apm_info.disabled >= 0) {
                printk(KERN_NOTICE "Real APM support is present.\n");
}
#endif

Are there any similar for ACPI?

Thanks,
Peter

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sun Sep 15 2002 - 22:00:28 EST