Changeset 28a5ebd in mainline for kernel/genarch/include
- Timestamp:
- 2020-06-18T15:39:50Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ce52c333
- Parents:
- 4f663f3e
- Location:
- kernel/genarch/include/genarch
- Files:
-
- 2 edited
-
fb/font-8x16.h (modified) (1 diff)
-
kbrd/scanc.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/include/genarch/fb/font-8x16.h
r4f663f3e r28a5ebd 42 42 #include <typedefs.h> 43 43 44 extern uint16_t fb_font_glyph(const wchar_t ch);44 extern uint16_t fb_font_glyph(const char32_t ch); 45 45 extern uint8_t fb_font[FONT_GLYPHS][FONT_SCANLINES]; 46 46 -
kernel/genarch/include/genarch/kbrd/scanc.h
r4f663f3e r28a5ebd 41 41 #define SCANCODES 128 42 42 43 extern wchar_t sc_primary_map[SCANCODES];44 extern wchar_t sc_secondary_map[SCANCODES];43 extern char32_t sc_primary_map[SCANCODES]; 44 extern char32_t sc_secondary_map[SCANCODES]; 45 45 46 46 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
