@ -6,6 +6,9 @@
* directory for more details.
*/
#ifndef BOARD_INTERNAL_H
#define BOARD_INTERNAL_H
#ifdef __cplusplus
extern "C" {
#endif
@ -30,3 +33,5 @@ void board_init(void);
}
#endif /* BOARD_INTERNAL_H */
@ -23,6 +23,9 @@
* @file
#ifndef MULTIBOOT_H
#define MULTIBOOT_H
@ -129,4 +132,5 @@ enum multiboot_info_flags {
#endif /* MULTIBOOT_H */
/** @} */
@ -16,6 +16,9 @@
* @author René Kijewski
#ifndef KENREL_MACROS_H
#define KENREL_MACROS_H
#include <stddef.h>
@ -58,6 +61,7 @@ extern "C" {
#endif /* KENREL_MACROS_H */
/**
* @}
@ -6,6 +6,8 @@
#ifndef ATMEGA_TIME_H
#define ATMEGA_TIME_H
#include <sys/types.h>
@ -21,3 +23,5 @@ struct timeval {
#endif /* ATMEGA_TIME_H */
@ -6,12 +6,12 @@
#ifndef AVR_TYPES_H
#define AVR_TYPES_H
#include <inttypes.h>
@ -17,6 +17,9 @@
* @note $Id: arch_cc1100.h 1775 2010-01-26 09:37:03Z hillebra $
#ifndef ARCH_CC1100_H
#define ARCH_CC1100_H
#include <stdint.h>
@ -37,3 +40,5 @@ void cc110x_after_send(void);
#endif /* ARCH_CC1100_H */
* @author Kévin Roussel <Kevin.Roussel@inria.fr>
#ifndef CC2420_ARCH_H
#define CC2420_ARCH_H
@ -125,3 +128,5 @@ void cc2420_after_send(void);
#endif /* CC2420_ARCH_H */
@ -13,6 +13,9 @@
* @brief Random number generator
#ifndef RANDOM_H
#define RANDOM_H
@ -80,3 +83,5 @@ double genrand_res53(void);
#endif /* RANDOM_H */