• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef THINKPAD_X60_DOCK_H
4 #define THINKPAD_X60_DOCK_H
5 
6 int dock_connect(void);
7 void dock_disconnect(void);
8 int dock_present(void);
9 int dlpc_init(void);
10 int dock_ultrabay_device_present(void);
11 #endif
12