linux/drivers/staging/dgnc/dgnc_utils.h
<<
>>
Prefs
   1#ifndef __DGNC_UTILS_H
   2#define __DGNC_UTILS_H
   3
   4int dgnc_ms_sleep(ulong ms);
   5char *dgnc_ioctl_name(int cmd);
   6
   7#endif
   8