aboutsummaryrefslogtreecommitdiff
path: root/src/superio/smsc/lpc47m10x/lpc47m10x.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/smsc/lpc47m10x/lpc47m10x.h')
-rw-r--r--src/superio/smsc/lpc47m10x/lpc47m10x.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/superio/smsc/lpc47m10x/lpc47m10x.h b/src/superio/smsc/lpc47m10x/lpc47m10x.h
index 2fd4ba76b4..604016c0e0 100644
--- a/src/superio/smsc/lpc47m10x/lpc47m10x.h
+++ b/src/superio/smsc/lpc47m10x/lpc47m10x.h
@@ -20,6 +20,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#ifndef SUPERIO_SMSC_LPC47M10X_LPC47M10X_H
+#define SUPERIO_SMSC_LPC47M10X_LPC47M10X_H
+
#define LPC47M10X2_FDC 0 /* Floppy */
#define LPC47M10X2_PP 3 /* Parallel Port */
#define LPC47M10X2_SP1 4 /* Com1 */
@@ -30,3 +33,5 @@
#define LPC47M10X2_MPU 10 /* MPE -- who knows -- reg*/
#define LPC47M10X2_MAX_CONFIG_REGISTER 0x5F
+
+#endif