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

Configure Feed

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

at v3.18-rc5 14 lines 258 B view raw
1/* 2 * SE/HMC Drive FTP Device 3 * 4 * Copyright IBM Corp. 2013 5 * Author(s): Ralf Hoppe (rhoppe@de.ibm.com) 6 */ 7 8#ifndef __HMCDRV_DEV_H__ 9#define __HMCDRV_DEV_H__ 10 11int hmcdrv_dev_init(void); 12void hmcdrv_dev_exit(void); 13 14#endif /* __HMCDRV_DEV_H__ */