summaryrefslogtreecommitdiff
path: root/src/mainboard/siemens/mc_tcu3/lcd_panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/siemens/mc_tcu3/lcd_panel.h')
-rw-r--r--src/mainboard/siemens/mc_tcu3/lcd_panel.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mainboard/siemens/mc_tcu3/lcd_panel.h b/src/mainboard/siemens/mc_tcu3/lcd_panel.h
index a27cc52e4d..e119d7aaef 100644
--- a/src/mainboard/siemens/mc_tcu3/lcd_panel.h
+++ b/src/mainboard/siemens/mc_tcu3/lcd_panel.h
@@ -1,7 +1,7 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2014 Siemens AG
+ * Copyright (C) 2014-2019 Siemens AG
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -28,8 +28,4 @@
#define LCD_PANEL_TYPE_19_INCH 1
#define LCD_PANEL_TYPE_EDID 15
-u8 get_lcd_panel_type(void);
-int setup_lcd_panel(void);
-
-
#endif /* _LCD_PANEL_H_ */