This directory contains code involved for the SEH to interface and interact
with the DSM and SSDB modules.

seh_dsm.c      - SEH to DSM interface. Hides the underlying transport layer
                 to receive the data from the DSM.

seh_ssdb.c     - SEH to SSDB interface. Anything that involves directly
                 dealing with the SSDB should be here.

seh_api.c      - SEH to task interface. Hides the underlying transport layer
                 to receive the data from the task.

seh_sysid.c    - code to read in and interface with system table.

