aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-s390
diff options
context:
space:
mode:
authorUrsula Braun <braunu@de.ibm.com>2008-04-24 10:15:26 +0200
committerJeff Garzik <jgarzik@redhat.com>2008-04-29 01:56:34 -0400
commita74b08c7fcfc49727cb9e4409ec0410674410c93 (patch)
tree3430256acc3b5e1c475e80ea3ce0290589fa3b99 /include/asm-s390
parentqeth: layer 3 add missing dev_open/close to ccwgroup handler (diff)
downloadlinux-dev-a74b08c7fcfc49727cb9e4409ec0410674410c93.tar.xz
linux-dev-a74b08c7fcfc49727cb9e4409ec0410674410c93.zip
qeth: read number of ports from card
Read out number of ports from the hardware. Signed-off-by: Ursula Braun <braunu@de.ibm.com> Signed-off-by: Frank Blaschka <frank.blaschka@de.ibm.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'include/asm-s390')
-rw-r--r--include/asm-s390/qdio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-s390/qdio.h b/include/asm-s390/qdio.h
index 4b8ff55f680e..11240342a0f4 100644
--- a/include/asm-s390/qdio.h
+++ b/include/asm-s390/qdio.h
@@ -127,6 +127,7 @@ extern int do_QDIO(struct ccw_device*, unsigned int flags,
unsigned int qidx,unsigned int count,
struct qdio_buffer *buffers);
+extern int qdio_get_ssqd_pct(struct ccw_device*);
extern int qdio_synchronize(struct ccw_device*, unsigned int flags,
unsigned int queue_number);