blob: 37463ad566d149c582e4b31a264587a47e44e155 [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef DRIVERS_RICOH_RC822_CHIP_H
#define DRIVERS_RICOH_RC822_CHIP_H
struct drivers_ricoh_rce822_config {
u8 sdwppol:1;
u8 disable_mask;
};
#endif