diff options
Diffstat (limited to 'src/mainboard/google/geralt/display.h')
-rw-r--r-- | src/mainboard/google/geralt/display.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mainboard/google/geralt/display.h b/src/mainboard/google/geralt/display.h new file mode 100644 index 0000000000..29153b303c --- /dev/null +++ b/src/mainboard/google/geralt/display.h @@ -0,0 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + +#ifndef __MAINBOARD_GOOGLE_GERALT_DISPLAY_H__ +#define __MAINBOARD_GOOGLE_GERALT_DISPLAY_H__ + +int configure_display(void); + +#endif |