mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-12 05:26:42 +07:00
9d92a7e1b0
This patch adds a driver for subchannels of type chsc. A device /dev/chsc is created which may be used to issue ioctls to: - obtain information about the machine's I/O configuration - dynamically change the machine's I/O configuration via asynchronous chsc commands Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
17 lines
306 B
Makefile
17 lines
306 B
Makefile
include include/asm-generic/Kbuild.asm
|
|
|
|
header-y += dasd.h
|
|
header-y += monwriter.h
|
|
header-y += qeth.h
|
|
header-y += tape390.h
|
|
header-y += ucontext.h
|
|
header-y += vtoc.h
|
|
header-y += zcrypt.h
|
|
header-y += kvm.h
|
|
header-y += schid.h
|
|
header-y += chsc.h
|
|
|
|
unifdef-y += cmb.h
|
|
unifdef-y += debug.h
|
|
unifdef-y += chpid.h
|