fru.h 221 B

1234567891011
  1. #ifndef __FRU_H__
  2. #define __FRU_H__
  3. #include "goahead.h"
  4. //void getFruInfo(Webs *wp);
  5. void getFruChassisInfo(Webs *wp);
  6. void getFruBoardInfo(Webs *wp);
  7. void getFruProductInfo(Webs *wp);
  8. #endif /* __FRU_H__ */