summaryrefslogtreecommitdiff
path: root/src/mainboard/facebook/fbg1701/logo.h
diff options
context:
space:
mode:
authorWim Vervoorn <wvervoorn@eltan.com>2019-10-17 13:26:28 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-10-21 09:04:43 +0000
commitfedf71c6fb4f6080f3521f0aa5810abd195fe604 (patch)
tree656b552140201af33de56351558171793556d600 /src/mainboard/facebook/fbg1701/logo.h
parent4357a820764868ca75ae753b01aeecbaad2ad34c (diff)
downloadcoreboot-fedf71c6fb4f6080f3521f0aa5810abd195fe604.tar.xz
mb/facebook/fbg1701: rename mainboard.h to logo.h
Renamed mainboard.h to logo.h as it only contains logo related items. BUG=N/A TEST=tested on fbg1701 Change-Id: I921ae914c13d93057d5498d8262db2c455b97eaf Signed-off-by: Wim Vervoorn <wvervoorn@eltan.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36097 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Diffstat (limited to 'src/mainboard/facebook/fbg1701/logo.h')
-rw-r--r--src/mainboard/facebook/fbg1701/logo.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/mainboard/facebook/fbg1701/logo.h b/src/mainboard/facebook/fbg1701/logo.h
new file mode 100644
index 0000000000..0682d3fa2d
--- /dev/null
+++ b/src/mainboard/facebook/fbg1701/logo.h
@@ -0,0 +1,21 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2019 Eltan B.V.
+ *
+ * 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
+ * the Free Software Foundation; version 2 of the License.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ */
+
+#ifndef LOGO_H
+#define LOGO_H
+
+void *load_logo(size_t *logo_size);
+
+#endif