board.h 306 B

1234567891011121314151617
  1. /*
  2. * Copyright (c) 2021 Rockchip Electronics Co., Ltd.
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. * Change Logs:
  7. * Date Author Notes
  8. * 2021-10-12 Steven Liu first implementation
  9. */
  10. #ifndef __BOARD_H__
  11. #define __BOARD_H__
  12. #include "board_base.h"
  13. #include "hal_base.h"
  14. #endif