summaryrefslogtreecommitdiff
path: root/include/bsp/watchdog.h
blob: 8cb95635303687706d3272e51289eefa62959885 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#if defined(HEADER_WARNING)
#warning "This header should not be included directly."
#endif


#if defined(__rtems_arm_lpc1768_mbed__)
#  include <arm/lpc1768_mbed/bsp/watchdog.h>
#elif defined(__rtems_arm_lpc1768_mbed_ahb_ram__)
#  include <arm/lpc1768_mbed_ahb_ram/bsp/watchdog.h>
#elif defined(__rtems_arm_lpc1768_mbed_ahb_ram_eth__)
#  include <arm/lpc1768_mbed_ahb_ram_eth/bsp/watchdog.h>
#elif defined(__rtems_sparc_leon3__)
#  include <sparc/leon3/bsp/watchdog.h>
#elif defined(__rtems_sparc_ngmp__)
#  include <sparc/ngmp/bsp/watchdog.h>
#else
#  error "__rtems_<arch>_<bsp>__ must be defined, for example: __rtems_sparc_erc32__"
#endif