mb/amb/birman*/gpio: remove configuration for VDD_MEM_VID[0,1]
[coreboot2.git] / src / superio / smsc / sio1036 / sio1036.h
bloba6c3978c97ec700f4c5c238a07f71e0d5cd3b887
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef SUPERIO_SMSC_SIO1306_H
4 #define SUPERIO_SMSC_SIO1306_H
6 #define SIO1036_SP1 0 /* Com1 */
8 #define UART_POWER_DOWN (1 << 7)
9 #define LPT_POWER_DOWN (1 << 2)
10 #define IR_OUTPUT_MUX (1 << 6)
12 #include <device/pnp_type.h>
13 #include <stdint.h>
15 void sio1036_enable_serial(pnp_devfn_t dev, u16 iobase);
17 #endif /* SUPERIO_SMSC_SIO1306_H */