blob: 74b730ca238672b5ec109a2244af1cdcd814f4fd [file] [log] [blame]
Timothy Pearson4b373c92015-04-05 17:54:08 -05001/*
2 * This file is part of the coreboot project.
3 *
4 * Copyright (C) 2011 Sven Schnelle <svens@stackframe.org>
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 2 of the License.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
Timothy Pearson4b373c92015-04-05 17:54:08 -050014 */
15
Timothy Pearson93b47452015-06-04 14:13:06 -050016#ifndef THINKPAD_T400_DOCK_H
17#define THINKPAD_T400_DOCK_H
Timothy Pearson4b373c92015-04-05 17:54:08 -050018
Kyösti Mälkki2c34e742016-12-12 13:00:10 +020019void dock_connect(void);
20void dock_disconnect(void);
21int dock_present(void);
Timothy Pearson4b373c92015-04-05 17:54:08 -050022#endif