diff options
author | Melissa Howland <melissah@us.ibm.com> | 2006-09-20 15:59:34 +0200 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2006-09-20 15:59:34 +0200 |
commit | 31b58088292c7f00f0b81088bfb557285b0b6247 (patch) | |
tree | 7ce82a49cbf3ad0c28feb63d15b35a6c97d668a0 /include/asm-s390/Kbuild | |
parent | e620c4940002348417e8d317d65bc7b152646493 (diff) |
[S390] Linux API for writing z/VM APPLDATA Monitor records.
This patch delivers a new Linux API in the form of a misc char
device that is useable from user space and allows write access
to the z/VM APPLDATA Monitor Records collected by the *MONITOR
System Service of z/VM.
Signed-off-by: Melissa Howland <melissah@us.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'include/asm-s390/Kbuild')
-rw-r--r-- | include/asm-s390/Kbuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-s390/Kbuild b/include/asm-s390/Kbuild index ed8955f49e47..979145026a29 100644 --- a/include/asm-s390/Kbuild +++ b/include/asm-s390/Kbuild @@ -1,4 +1,4 @@ include include/asm-generic/Kbuild.asm unifdef-y += cmb.h debug.h -header-y += dasd.h qeth.h tape390.h ucontext.h vtoc.h z90crypt.h +header-y += dasd.h monwriter.h qeth.h tape390.h ucontext.h vtoc.h z90crypt.h |