superio/smsc: Add some missing header guards

Change-Id: Id3f85929024208b150c378d7636607a0c9b8617c
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/6302
Reviewed-by: Idwer Vollering <vidwer@gmail.com>
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
Edward O'Callaghan 2014-07-18 06:37:27 +10:00
parent ae141dd91b
commit 031cf214c6
2 changed files with 10 additions and 0 deletions

View File

@ -17,6 +17,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
#ifndef SUPERIO_SMSC_MEC1308_H
#define SUPERIO_SMSC_MEC1308_H
#define MEC1308_PM1 1 #define MEC1308_PM1 1
#define MEC1308_EC1 2 #define MEC1308_EC1 2
#define MEC1308_EC2 3 #define MEC1308_EC2 3
@ -24,3 +27,5 @@
#define MEC1308_KBC 7 #define MEC1308_KBC 7
#define MEC1308_EC0 8 #define MEC1308_EC0 8
#define MEC1308_MBX 9 #define MEC1308_MBX 9
#endif /* SUPERIO_SMSC_MEC1308_H */

View File

@ -17,8 +17,13 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
#ifndef SUPERIO_SMSC_SIO1306_H
#define SUPERIO_SMSC_SIO1306_H
#define SIO1036_SP1 0 /* Com1 */ #define SIO1036_SP1 0 /* Com1 */
#define UART_POWER_DOWN (1 << 7) #define UART_POWER_DOWN (1 << 7)
#define LPT_POWER_DOWN (1 << 2) #define LPT_POWER_DOWN (1 << 2)
#define IR_OUPUT_MUX (1 << 6) #define IR_OUPUT_MUX (1 << 6)
#endif /* SUPERIO_SMSC_1306_H */