Move checkErrPinCPUs() to a common header

I will need to add a non-polling monitor for the ERR pin signals, so
this moves the checkErrPinCPUs() function to a common header to avoid
duplication.

Tested:
Confirmed that the correct CPU is still logged on an ERR pin event.

Signed-off-by: Jason M. Bills <jason.m.bills@intel.com>
Change-Id: I832336ee5a943c38b14d89d773eb9cf18d3ea5be
2 files changed
tree: 3f7195228758e6739d62ba795ac34f4a6f04a795
  1. include/
  2. service_files/
  3. src/
  4. .clang-format
  5. cmake-format.json
  6. CMakeLists.txt
  7. LICENSE
  8. MAINTAINERS
  9. OWNERS
  10. README.md
README.md

host-error-monitor

The host-error-monitor application is intended to monitor various host error signals and take appropriate action (logging, crashdump, reset, etc.) when triggered.