21 lines
432 B
Plaintext
21 lines
432 B
Plaintext
|
//
|
||
|
// This file simply includes the common sources from the current HAL
|
||
|
// directory. When the structure is finally changed, the real file should
|
||
|
// be in this directory.
|
||
|
//
|
||
|
|
||
|
#include "..\hal.src"
|
||
|
|
||
|
//
|
||
|
// New APIs for NCR enhancements
|
||
|
//
|
||
|
|
||
|
HalCatBusAvailable
|
||
|
HalCatBusIo
|
||
|
HalCatBusReset
|
||
|
HalPowerOffSystem
|
||
|
HalGetSUSErrorLogEntry
|
||
|
HalSetWatchDogPeriod
|
||
|
HalBumpWatchDogCount
|
||
|
HalSetStatusChangeInterruptState
|