• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef DRIVERS_RICOH_RC822_CHIP_H
4 #define DRIVERS_RICOH_RC822_CHIP_H
5 
6 struct drivers_ricoh_rce822_config {
7 	u8 sdwppol:1;
8 	u8 disable_mask;
9 };
10 
11 #endif
12