Fix header guard name.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33306 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin
2009-09-26 23:44:16 +00:00
parent db893a372a
commit 2226913b43
@@ -26,9 +26,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
#ifndef ACPI_BATTERY_H
#define ACPI_BATTERY_H
#ifndef ACPI_EMBEDDED_CONTROLLER_H
#define ACPI_EMBEDDED_CONTROLLER_H
#include <ctype.h>
@@ -308,4 +307,4 @@ static status_t EcWrite(struct acpi_ec_cookie *sc, uint8 address,
((status) & EC_FLAG_INPUT_BUFFER) == 0))
#endif
#endif // ACPI_EMBEDDED_CONTROLLER_H