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 v5.19-rc2 15 lines 297 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2/* 3 * SE/HMC Drive FTP Device 4 * 5 * Copyright IBM Corp. 2013 6 * Author(s): Ralf Hoppe (rhoppe@de.ibm.com) 7 */ 8 9#ifndef __HMCDRV_DEV_H__ 10#define __HMCDRV_DEV_H__ 11 12int hmcdrv_dev_init(void); 13void hmcdrv_dev_exit(void); 14 15#endif /* __HMCDRV_DEV_H__ */