Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v2.6.23-rc1 7 lines 173 B view raw
1#ifndef _KARMA_USB_H 2#define _KARMA_USB_H 3 4extern int rio_karma_init(struct us_data *us); 5extern int rio_karma_transport(struct scsi_cmnd *srb, struct us_data *us); 6 7#endif