diag/peripheral.h

8 lines
140 B
C
Raw Normal View History

#ifndef __PERIPHERAL_H__
#define __PERIPHERAL_H__
int peripheral_init(void);
void peripheral_close(struct peripheral *peripheral);
#endif