Changes in kernel/genarch/src/fb/fb.c [a71c158:ba7371f9] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/src/fb/fb.c
ra71c158 rba7371f9 41 41 #include <console/console.h> 42 42 #include <sysinfo/sysinfo.h> 43 #include <mm/page.h> 43 44 #include <mm/slab.h> 44 45 #include <align.h> … … 48 49 #include <bitops.h> 49 50 #include <print.h> 50 #include <str ing.h>51 #include <str.h> 51 52 #include <ddi/ddi.h> 52 #include < arch/types.h>53 #include <typedefs.h> 53 54 #include <byteorder.h> 54 55 … … 553 554 fbdev->data = instance; 554 555 555 spinlock_initialize(&instance->lock, "*fb _lock");556 spinlock_initialize(&instance->lock, "*fb.instance.lock"); 556 557 instance->rgb_conv = rgb_conv; 557 558 instance->pixelbytes = pixelbytes;
Note:
See TracChangeset
for help on using the changeset viewer.