video_font.h 309 B

12345678910111213141516
  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. #ifndef _VIDEO_FONT_
  7. #define _VIDEO_FONT_
  8. #ifdef CONFIG_VIDEO_FONT_4X6
  9. #include <video_font_4x6.h>
  10. #else
  11. #include <video_font_data.h>
  12. #endif
  13. #endif /* _VIDEO_FONT_ */