/* 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