0
0
Fork 0
hgicf/hgic_fmac/ctrl.h

12 lines
239 B
C
Raw Normal View History

2023-05-16 09:13:19 +00:00
#ifndef _HGICF_CTRL_H_
#define _HGICF_CTRL_H_
#ifdef __RTOS__
int hgicf_ioctl(struct net_device *dev, u32 cmd, u32 param1, u32 param2);
#else
int hgicf_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd);
#endif
#endif