mb/amb/birman*/gpio: remove configuration for VDD_MEM_VID[0,1]
[coreboot2.git] / src / superio / nuvoton / wpcm450 / wpcm450.h
blobf3c973e4c3ee801e624a16a6b63d6b4ab2df8ee8
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 #ifndef SUPERIO_NUVOTON_WPCM450_WPCM450_H
4 #define SUPERIO_NUVOTON_WPCM450_WPCM450_H
6 #define WPCM450_SP2 0x02 /* Com2 */
7 #define WPCM450_SP1 0x03 /* Com1 */
8 #define WPCM450_KBCK 0x06 /* Keyboard */
10 void wpcm450_enable_dev(u8 dev, u16 port, u16 iobase);
12 #endif