blob: 48eabe364c9be6718e706c1db658efa111df5099 [file] [log] [blame]
#ifndef _MD_BOOT_CHECK_H
#define _MD_BOOT_CHECK_H
#include "reg_base.h"
#include "drv_comm.h"
#include "kal_public_api.h"
extern volatile kal_uint32 md_boot_check_val;
extern volatile kal_uint32 md_boot_check_val2;
void check_md_boot_mode(void);
#endif /* !_MD_BOOT_CHECK_H */