mirror of
https://github.com/linux-msm/diag.git
synced 2024-12-03 23:14:01 +08:00
8 lines
140 B
C
8 lines
140 B
C
|
#ifndef __PERIPHERAL_H__
|
||
|
#define __PERIPHERAL_H__
|
||
|
|
||
|
int peripheral_init(void);
|
||
|
void peripheral_close(struct peripheral *peripheral);
|
||
|
|
||
|
#endif
|