diff options
Diffstat (limited to 'src/superio/renesas')
-rw-r--r-- | src/superio/renesas/m3885x/chip.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/superio/renesas/m3885x/chip.h b/src/superio/renesas/m3885x/chip.h index b333d1744b..da2336d5df 100644 --- a/src/superio/renesas/m3885x/chip.h +++ b/src/superio/renesas/m3885x/chip.h @@ -17,6 +17,9 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#ifndef SUPERIO_RENESAS_M3885X_CHIP_H +#define SUPERIO_RENESAS_M3885X_CHIP_H + #include <device/device.h> #include <pc80/keyboard.h> @@ -26,3 +29,4 @@ struct superio_renesas_m3885x_config { struct pc_keyboard keyboard; }; +#endif |