blob: 77aac842f8bdbea437bf90d5c7548d500f55b79a [file] [log] [blame]
Stefan Reinauerd3801f42012-03-30 15:12:22 -07001/*
2 * This file is part of the coreboot project.
3 *
4 * Copyright (C) 2011 The ChromiumOS Authors. All rights reserved.
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; version 2 of the License.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
Stefan Reinauerd3801f42012-03-30 15:12:22 -070014 */
15
Edward O'Callaghan031cf212014-07-18 06:37:27 +100016#ifndef SUPERIO_SMSC_MEC1308_H
17#define SUPERIO_SMSC_MEC1308_H
18
Stefan Reinauerd3801f42012-03-30 15:12:22 -070019#define MEC1308_PM1 1
20#define MEC1308_EC1 2
21#define MEC1308_EC2 3
22#define MEC1308_UART 4
23#define MEC1308_KBC 7
24#define MEC1308_EC0 8
25#define MEC1308_MBX 9
Edward O'Callaghan031cf212014-07-18 06:37:27 +100026
27#endif /* SUPERIO_SMSC_MEC1308_H */