/* * Copyright (c) 2026, Chloe M. * Provided under the BSD-3 clause. * * Description: Board management * Author: Chloe M. */ #ifndef _HAL_BOARD_H_ #define _HAL_BOARD_H_ 1 #include /* * Initialize board specifics */ VOID HalBoardInit(VOID); #endif /* !_HAL_BOARD_H_ */