1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards: fix qemu header guards

This commit is contained in:
Oleg Hahm 2015-06-03 12:20:20 +02:00
parent 140afc3800
commit 8c203a610b
2 changed files with 4 additions and 4 deletions

View File

@ -18,8 +18,8 @@
* @author René Kijewski <rene.kijewski@fu-berlin.de>
*/
#ifndef RIOT_BOARDS_QEMU_I386_BOARD__H_
#define RIOT_BOARDS_QEMU_I386_BOARD__H_
#ifndef QEMU_I386_BOARD_H_
#define QEMU_I386_BOARD_H_
#ifdef __cplusplus
extern "C" {

View File

@ -16,8 +16,8 @@
* @author René Kijewski <rene.kijewski@fu-berlin.de>
*/
#ifndef RIOT_BOARDS_QEMU_I386_CPU_CONF_H_
#define RIOT_BOARDS_QEMU_I386_CPU_CONF_H_
#ifndef QEMU_I386_CPU_CONF_H_
#define QEMU_I386_CPU_CONF_H_
#ifdef __cplusplus
extern "C" {