blob: 48eabe364c9be6718e706c1db658efa111df5099 [file] [log] [blame]
rjw6c1fd8f2022-11-30 14:33:01 +08001
2#ifndef _MD_BOOT_CHECK_H
3#define _MD_BOOT_CHECK_H
4
5#include "reg_base.h"
6#include "drv_comm.h"
7#include "kal_public_api.h"
8
9extern volatile kal_uint32 md_boot_check_val;
10extern volatile kal_uint32 md_boot_check_val2;
11
12void check_md_boot_mode(void);
13
14#endif /* !_MD_BOOT_CHECK_H */