Files
SystemPaw3/paw/stos/head/hal/board.h
T
2026-06-25 22:07:14 -05:00

20 lines
298 B
C

/*
* 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 <stdef.h>
/*
* Initialize board specifics
*/
VOID HalBoardInit(VOID);
#endif /* !_HAL_BOARD_H_ */