video_font.h 309 B

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