blob: 0b97531265c8dfd2ecae435cb5cc754658e204b5 [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.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc.
18 */
19
Timothy Pearson93b47452015-06-04 14:13:06 -050020#ifndef THINKPAD_T400_DOCK_H
21#define THINKPAD_T400_DOCK_H
Timothy Pearson4b373c92015-04-05 17:54:08 -050022
23extern void dock_connect(void);
24extern void dock_disconnect(void);
25extern int dock_present(void);
26#endif