blob: 6826f4533b40cf4ca4f8c0c9f1f56e3508818a60 [file] [log] [blame]
Sven Schnelle92cf08c2011-02-05 12:20:23 +00001/*
2 * This file is part of the coreboot project.
3 *
4 * Copyright (C) 2011 Sven Schnelle <svens@stackframe.org>
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
Sven Schnelle92cf08c2011-02-05 12:20:23 +000015 */
16
17#ifndef SUPERIO_NSC_PC87382_H
18#define SUPERIO_NSC_PC87382_H
19
20#define PC87382_IR 0x02
21#define PC87382_SP1 0x03
22#define PC87382_GPIO 0x07
23#define PC87382_DOCK 0x19
24#endif