Changes in uspace/srv/hid/fb/main.c [336d2f52:79ae36dd] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/fb/main.c
r336d2f52 r79ae36dd 40 40 #include "msim.h" 41 41 #include "ski.h" 42 #include "sgcn.h" 42 43 #include "niagara.h" 43 44 #include "main.h" … … 91 92 } 92 93 #endif 94 #ifdef SGCN_ENABLED 95 if ((!initialized) && (fb_kind == 4)) { 96 if (sgcn_init() == 0) 97 initialized = true; 98 } 99 #endif 93 100 #ifdef NIAGARA_ENABLED 94 101 if ((!initialized) && (fb_kind == 5)) {
Note:
See TracChangeset
for help on using the changeset viewer.