932befaa55
Now that the board configuration is in one place, the define is only needed when wiring up the board in machine.c. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Acked-by: Helge Deller <deller@gmx.de> Message-Id: <20220504092600.10048-47-mark.cave-ayland@ilande.co.uk> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
9 lines
125 B
C
9 lines
125 B
C
/* HPPA cores and system support chips. */
|
|
|
|
#ifndef HW_HPPA_SYS_H
|
|
#define HW_HPPA_SYS_H
|
|
|
|
#include "hppa_hardware.h"
|
|
|
|
#endif
|