summaryrefslogtreecommitdiffstats
path: root/src/drivers/ricoh/rce822/chip.h
blob: 2de127f3026c14c7a79d3a9e235d6dcc42c7a856 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#ifndef DRIVERS_RICOH_RC822_CHIP_H
#define DRIVERS_RICOH_RC822_CHIP_H

struct drivers_ricoh_rce822_config {
	u8 sdwppol:1;
	u8 disable_mask;
};

#endif