Import version 1.8.3
[s390-tools.git] / include / u2s.h
blob941653b588b0ba8d740038ba6f619525c3c36be4
1 /*
2 * File...........: u2s.h
3 * Author(s)......: Gerhard Tonn <ton@de.ibm.com>
5 * Copyright IBM Corp. 2004,2007
7 * History of changes (starts July 2004)
8 * 2004-07-02 initial
9 */
11 #ifndef U2S_H
12 #define U2S_H
14 #define U2S_BUS_ID_SIZE 32
16 int
17 u2s_getbusid(char * devicenode, char * busid);
19 #endif /* U2S_H */