Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib/fonts/*.c: Add fonts from upstream Linux | Patrick McDermott | 2019-07-18 | 1 | -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).data | Patrick McDermott | 2019-07-17 | 1 | -6/+6 |
| | |||||
* | include/linux/module.h: Fix extra ";" warnings | Patrick McDermott | 2019-07-17 | 1 | -1/+2 |
| | |||||
* | Add copyright/license headers | Patrick McDermott | 2019-07-17 | 1 | -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 files | Patrick McDermott | 2019-07-17 | 2 | -0/+24 |