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.
|
|
/*
* * NOTES: * * REVISIONS: * rct11Dec92 Added includes for 'action' sensors * pcy15Jan92 Added selftest.h and smroutvs.h * pcy08Apr94: Trim size, use static iterators, dead code removal */ #ifndef _INC__SMRTSENS_H
#define _INC__SMRTSENS_H
#include "batcalt.h"
#include "batpacks.h"
#include "battcaps.h"
#include "battrep.h"
#include "coprites.h"
#include "eeprom.h"
#include "firmrevs.h"
#include "litesnsr.h"
#include "lobatdur.h"
#include "shutdel.h"
#include "manudate.h"
#include "replbatt.h"
#include "runtrems.h"
#include "smboosen.h"
#include "trimsen.h"
#include "tripregs.h"
#include "upssers.h"
#include "towdels.h"
#include "ups2slep.h"
#include "upsmodl.h"
#endif
|