internal.h (c3b5d3cea508d2c8ff493ef18c45a9cc58fb7015) internal.h (ee89209402e0b9a733169901063afdf0ae7909db)
1/*
2 * acpi/internal.h
3 * For use by Linux/ACPI infrastructure, not drivers
4 *
5 * Copyright (c) 2009, Intel Corporation.
6 *
7 * This program is free software; you can redistribute it and/or modify it
8 * under the terms and conditions of the GNU General Public License,

--- 177 unchanged lines hidden (view full) ---

186 -------------------------------------------------------------------------- */
187#if defined(CONFIG_ACPI_VIDEO) || defined(CONFIG_ACPI_VIDEO_MODULE)
188bool acpi_osi_is_win8(void);
189#endif
190
191/*--------------------------------------------------------------------------
192 Device properties
193 -------------------------------------------------------------------------- */
1/*
2 * acpi/internal.h
3 * For use by Linux/ACPI infrastructure, not drivers
4 *
5 * Copyright (c) 2009, Intel Corporation.
6 *
7 * This program is free software; you can redistribute it and/or modify it
8 * under the terms and conditions of the GNU General Public License,

--- 177 unchanged lines hidden (view full) ---

186 -------------------------------------------------------------------------- */
187#if defined(CONFIG_ACPI_VIDEO) || defined(CONFIG_ACPI_VIDEO_MODULE)
188bool acpi_osi_is_win8(void);
189#endif
190
191/*--------------------------------------------------------------------------
192 Device properties
193 -------------------------------------------------------------------------- */
194#define ACPI_DT_NAMESPACE_HID "PRP0001"
195
194void acpi_init_properties(struct acpi_device *adev);
195void acpi_free_properties(struct acpi_device *adev);
196
197#endif /* _ACPI_INTERNAL_H_ */
196void acpi_init_properties(struct acpi_device *adev);
197void acpi_free_properties(struct acpi_device *adev);
198
199#endif /* _ACPI_INTERNAL_H_ */