devinfo_acpi.h revision 59066d3c46818a42896f327c78359187de55245b
/***************************************************************************
*
* devinfo_acpi.h : definitions for acpi devices
*
* Copyright 2008 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*
* Licensed under the Academic Free License version 2.1
*
**************************************************************************/
#pragma ident "%Z%%M% %I% %E% SMI"
#ifndef DEVINFO_ACPI_H
#define DEVINFO_ACPI_H
#include "devinfo.h"
#define MINOR_SHIFT 8
/* Battery device types */
enum batt_type {
BATT_TYPE_UNKNOWN = -1,
};
void devinfo_power_button_rescan(void);
void devinfo_brightness_hotkeys_rescan(char *subclass);
#endif /* DEVINFO_ACPI_H */