File: ifru.h

package info (click to toggle)
ipmiutil 3.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 8,436 kB
  • ctags: 11,679
  • sloc: ansic: 71,653; sh: 14,503; cpp: 2,242; makefile: 502
file content (13 lines) | stat: -rw-r--r-- 287 bytes parent folder | download | duplicates (5)
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 */