coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
port_information Struct Reference

#include <smbios.h>

Collaboration diagram for port_information:
Collaboration graph

Data Fields

const char * internal_reference_designator
 
type8_connector_types internal_connector_type
 
const char * external_reference_designator
 
type8_connector_types external_connector_type
 
type8_port_types port_type
 

Detailed Description

Definition at line 650 of file smbios.h.

Field Documentation

◆ external_connector_type

type8_connector_types port_information::external_connector_type

Definition at line 654 of file smbios.h.

◆ external_reference_designator

const char* port_information::external_reference_designator

Definition at line 653 of file smbios.h.

◆ internal_connector_type

type8_connector_types port_information::internal_connector_type

Definition at line 652 of file smbios.h.

◆ internal_reference_designator

const char* port_information::internal_reference_designator

Definition at line 651 of file smbios.h.

◆ port_type

type8_port_types port_information::port_type

Definition at line 655 of file smbios.h.


The documentation for this struct was generated from the following file: