Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
694 B

  1. /*
  2. *
  3. * NOTES:
  4. *
  5. * REVISIONS:
  6. * rct11Dec92 Added includes for 'action' sensors
  7. * pcy15Jan92 Added selftest.h and smroutvs.h
  8. * pcy08Apr94: Trim size, use static iterators, dead code removal
  9. */
  10. #ifndef _INC__SMRTSENS_H
  11. #define _INC__SMRTSENS_H
  12. #include "batcalt.h"
  13. #include "batpacks.h"
  14. #include "battcaps.h"
  15. #include "battrep.h"
  16. #include "coprites.h"
  17. #include "eeprom.h"
  18. #include "firmrevs.h"
  19. #include "litesnsr.h"
  20. #include "lobatdur.h"
  21. #include "shutdel.h"
  22. #include "manudate.h"
  23. #include "replbatt.h"
  24. #include "runtrems.h"
  25. #include "smboosen.h"
  26. #include "trimsen.h"
  27. #include "tripregs.h"
  28. #include "upssers.h"
  29. #include "towdels.h"
  30. #include "ups2slep.h"
  31. #include "upsmodl.h"
  32. #endif