#ifndef __HART_MASTER_REQ_H__ #define __HART_MASTER_REQ_H__ #include "./hart_master_frame.h" extern BOOL hart_master_req_init(const hart_master_init_t *const init); extern void hart_master_req_init_user(void); #endif // __HART_MASTER_REQ_H__