uboot/include/video_font.h
<<
>>
Prefs
   1/* SPDX-License-Identifier: GPL-2.0+ */
   2/*
   3 * (C) Copyright 2000
   4 * Paolo Scaffardi, AIRVENT SAM s.p.a - RIMINI(ITALY), arsenio@tin.it
   5 */
   6
   7#ifndef _VIDEO_FONT_
   8#define _VIDEO_FONT_
   9
  10#ifdef CONFIG_VIDEO_FONT_4X6
  11#include <video_font_4x6.h>
  12#else
  13#include <video_font_data.h>
  14#endif
  15
  16#endif /* _VIDEO_FONT_ */
  17