aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/ipmi/ipmi_kcs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/ipmi/ipmi_kcs.h')
-rw-r--r--src/drivers/ipmi/ipmi_kcs.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/drivers/ipmi/ipmi_kcs.h b/src/drivers/ipmi/ipmi_kcs.h
index a194dd22e9..f35802e27b 100644
--- a/src/drivers/ipmi/ipmi_kcs.h
+++ b/src/drivers/ipmi/ipmi_kcs.h
@@ -1,10 +1,6 @@
-#ifndef __IPMI_KCS_H
-#define __IPMI_KCS_H
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2012 Sven Schnelle <svens@stackframe.org>
- *
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; version 2 of
@@ -16,6 +12,9 @@
* GNU General Public License for more details.
*/
+#ifndef __IPMI_KCS_H
+#define __IPMI_KCS_H
+
#define IPMI_NETFN_CHASSIS 0x00
#define IPMI_NETFN_BRIDGE 0x02
#define IPMI_NETFN_SENSOREVENT 0x04