blob: 2de127f3026c14c7a79d3a9e235d6dcc42c7a856 [file] [log] [blame]
/* 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