XenevaOS
Loading...
Searching...
No Matches
aa64hcode.h
Go to the documentation of this file.
1
30#ifndef __AA64_HARDCODE_H__
31#define __AA64_HARDCODE_H__
32
33#ifdef __TARGET_BOARD_QEMU_VIRT__
34#include <Hal/AA64/qemu.h>
35#elif __TARGET_BOARD_RPI3__
36#include <Hal/AA64/rpi3.h>
37#elif __TARGET_BOARD_IMX8MP_VERDIN_DAHLIA__
38#include <Board/imx8mp/imx8mp.h>
39#endif
40
41
42#endif