internal.h (7cbe010a5ea728d7c4440b11a1a3997faca0e46d) internal.h (ffdcd955c3078af3ce117edcfce80fde1a512bed)
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,

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

168
169/*--------------------------------------------------------------------------
170 Video
171 -------------------------------------------------------------------------- */
172#if defined(CONFIG_ACPI_VIDEO) || defined(CONFIG_ACPI_VIDEO_MODULE)
173bool acpi_osi_is_win8(void);
174#endif
175
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,

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

168
169/*--------------------------------------------------------------------------
170 Video
171 -------------------------------------------------------------------------- */
172#if defined(CONFIG_ACPI_VIDEO) || defined(CONFIG_ACPI_VIDEO_MODULE)
173bool acpi_osi_is_win8(void);
174#endif
175
176/*--------------------------------------------------------------------------
177 Device properties
178 -------------------------------------------------------------------------- */
179void acpi_init_properties(struct acpi_device *adev);
180void acpi_free_properties(struct acpi_device *adev);
181
176#endif /* _ACPI_INTERNAL_H_ */
182#endif /* _ACPI_INTERNAL_H_ */