blob: 37463ad566d149c582e4b31a264587a47e44e155 [file] [log] [blame]
Angel Pons8a3453f2020-04-02 23:48:19 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Vladimir Serbinenko795f96e2014-10-27 02:45:22 +01002
3#ifndef DRIVERS_RICOH_RC822_CHIP_H
4#define DRIVERS_RICOH_RC822_CHIP_H
5
6struct drivers_ricoh_rce822_config {
7 u8 sdwppol:1;
8 u8 disable_mask;
9};
10
11#endif