mb/lenovo/t{410,60}/dock.h: Fix header guards

Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Change-Id: I7b279cf2c69f62b47ef497edd372034f148fff03
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68020
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Elyes Haouas 2022-09-30 16:36:43 +02:00 committed by Felix Held
parent a6cd1bd6a8
commit d0a5688a93
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef THINKPAD_X201_DOCK_H
#define THINKPAD_X201_DOCK_H
#ifndef THINKPAD_T410_DOCK_H
#define THINKPAD_T410_DOCK_H
void init_dock(void);
void dock_connect(void);
void dock_disconnect(void);

View File

@ -1,7 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef THINKPAD_X60_DOCK_H
#define THINKPAD_X60_DOCK_H
#ifndef THINKPAD_T60_DOCK_H
#define THINKPAD_T60_DOCK_H
int dock_connect(void);
void dock_disconnect(void);