blob: 832a3d31e5749e7518c7595a96231a4f048942ef [file] [log] [blame]
Vladimir Serbinenko795f96e2014-10-27 02:45:22 +01001/*
2 * This file is part of the coreboot project.
3 *
4 * Copyright (C) 2014 Vladimir Serbinenko
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License as
8 * published by the Free Software Foundation; version 2 of
9 * the License.
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.
Vladimir Serbinenko795f96e2014-10-27 02:45:22 +010015 */
16
17#ifndef DRIVERS_RICOH_RC822_CHIP_H
18#define DRIVERS_RICOH_RC822_CHIP_H
19
20struct drivers_ricoh_rce822_config {
21 u8 sdwppol:1;
22 u8 disable_mask;
23};
24
25#endif