aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/uart/chip.h
blob: 5981126fa91ff933f9c994b91ba41efc196b766b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0-only */

#include <stdint.h>
/* Indirect include for static.c: */
#include <device/pci_ids.h>

#ifndef _SOC_INTEL_COMMON_BLOCK_UART_CHIP_H_
#define _SOC_INTEL_COMMON_BLOCK_UART_CHIP_H_

struct soc_intel_common_block_uart_config {
	/* The Device ID read from config space at offset[2:4] when not hidden */
	u16 devid;
};

#endif /* _SOC_INTEL_COMMON_BLOCK_UART_CHIP_H_ */