blob: c227eb0511cd351ed1cdb09c0332b1325358e2c2 [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef THINKPAD_X60_DOCK_H
#define THINKPAD_X60_DOCK_H
int dock_connect(void);
void dock_disconnect(void);
int dock_present(void);
int dlpc_init(void);
int dock_ultrabay_device_present(void);
#endif