blob: 9349b5e86f82f6932cad8c27f5e779cada9d818f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
#ifndef SUPERIO_NSC_PC87382_H
#define SUPERIO_NSC_PC87382_H
#define PC87382_IR 0x02
#define PC87382_SP1 0x03
#define PC87382_GPIO 0x07
#define PC87382_DOCK 0x19
#endif
|