summaryrefslogtreecommitdiffstats
path: root/src/mainboard/lenovo/t60/dock.h
blob: 7522b32a17084956fa9b4b2dec705705d5b5e874 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#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 legacy_io_present(void);
void legacy_io_init(void);
#endif