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