use crateSDTHeader;
;
/// ## Platform Communications Channel (PCC)
///
/// The platform communication channel (PCC) is a generic mechanism for OSPM to communicate with an entity in the platform (e.g. a platform controller, or a Baseboard Management Controller (BMC)).
/// Neither the entity that OSPM communicates with, nor any aspects of the information passed back and forth is defined in this section.
/// That information is defined by the actual interface that that employs PCC register address space as the communication channel.
///
/// PCC defines a new address space type (PCC Space, 0xA), which is implemented as one or more independent communications channels, or subspaces.