• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #ifndef SUPERIO_NSC_PC87382_H
4 #define SUPERIO_NSC_PC87382_H
5 
6 #define PC87382_IR   0x02
7 #define PC87382_SP1  0x03
8 #define PC87382_GPIO 0x07
9 #define PC87382_DOCK 0x19
10 #endif
11