summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* include/linux/local.mk, src/local.mk: Add headers to fbcon2png_SOURCESPatrick McDermott2019-07-191-0/+3
|
* lib/fonts/*.c: Add fonts from upstream LinuxPatrick McDermott2019-07-181-4/+26
| | | | | | | The macros, declarations, and array are all sorted according to the array in Linux's lib/fonts/fonts.c, since that affects picking a default font and finding a font by name (if there were conflicts, which there aren't).
* include/linux/font.h: Fix type of (struct font_desc).dataPatrick McDermott2019-07-171-6/+6
|
* include/linux/module.h: Fix extra ";" warningsPatrick McDermott2019-07-171-1/+2
|
* Add copyright/license headersPatrick McDermott2019-07-171-0/+21
| | | | | | include/linux/font.h, src/image.h, and currently src/main.c probably lack sufficient creativity to be copyrightable, but I'm adding license headers just to be explicit.
* include/linux/font.h, include/linux/module.h: New filesPatrick McDermott2019-07-172-0/+24