aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/ricoh/rce822/chip.h
blob: 37463ad566d149c582e4b31a264587a47e44e155 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* 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