This repository has been archived on 2025-02-28. You can view files and clone it, but cannot push or open issues or pull requests.
controller-hd/User/hart/slave/inc/hart_slave_req.h

10 lines
223 B
C

#ifndef __HART_SLAVE_REQ_H__
#define __HART_SLAVE_REQ_H__
#include "lib.h"
#include "./hart_slave_frame.h"
extern void hart_slave_req_init(void);
extern void hart_slave_req_init_user(void);
#endif // __HART_SLAVE_REQ_H__