[go: up one dir, main page]

File: u2s.h

package info (click to toggle)
s390-tools 1.6.2-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,160 kB
  • ctags: 3,968
  • sloc: ansic: 26,413; asm: 5,072; sh: 4,042; cpp: 1,518; perl: 1,299; makefile: 587
file content (19 lines) | stat: -rw-r--r-- 317 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * File...........: u2s.h
 * Author(s)......: Gerhard Tonn <ton@de.ibm.com>
 *
 * Copyright IBM Corp. 2004,2007
 *
 * History of changes (starts July 2004)
 * 2004-07-02 initial
 */

#ifndef U2S_H
#define U2S_H

#define U2S_BUS_ID_SIZE    32

int
u2s_getbusid(char * devicenode, char * busid);

#endif /* U2S_H */