File: ifru.h

package info (click to toggle)
ipmiutil 3.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,992 kB
  • sloc: ansic: 73,455; sh: 15,281; cpp: 2,245; makefile: 519
file content (13 lines) | stat: -rw-r--r-- 287 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * ifru.h
 * common routines from ifru.c 
 */
#ifndef uchar
#define uchar unsigned char
#endif

int load_fru(uchar sa, uchar frudev, uchar frutype, uchar **pfrubuf);
int show_fru(uchar sa, uchar frudev, uchar frutype, uchar *pfrubuf);
void free_fru(uchar *pfrubuf);

/* end ifru.h */