Creation of Cybook 2416 (actually Gen4) repository

This commit is contained in:
mlt
2009-12-18 17:10:00 +00:00
committed by godzil
commit 76f20f4d40
13791 changed files with 6812321 additions and 0 deletions

15
net/iucv/Kconfig Normal file
View File

@@ -0,0 +1,15 @@
config IUCV
tristate "IUCV support (VM only)"
depends on S390
help
Select this option if you want to use inter-user communication under
VM or VIF sockets. If you run on z/VM, say "Y" to enable a fast
communication link between VM guests.
config AFIUCV
tristate "AF_IUCV support (VM only)"
depends on IUCV
help
Select this option if you want to use inter-user communication under
VM or VIF sockets. If you run on z/VM, say "Y" to enable a fast
communication link between VM guests.

6
net/iucv/Makefile Normal file
View File

@@ -0,0 +1,6 @@
#
# Makefile for IUCV
#
obj-$(CONFIG_IUCV) += iucv.o
obj-$(CONFIG_AFIUCV) += af_iucv.o

1077
net/iucv/af_iucv.c Normal file

File diff suppressed because it is too large Load Diff

1619
net/iucv/iucv.c Normal file

File diff suppressed because it is too large Load Diff