Revision 128
controller implemented
lab5.c | ||
---|---|---|
13 | 13 |
#include "kbc_macros.h" |
14 | 14 |
#include "timer.h" |
15 | 15 |
|
16 |
#include "foxy.h" |
|
17 |
|
|
16 | 18 |
// Any header files included below this line should have been created by you |
17 | 19 |
|
18 | 20 |
int main(int argc, char *argv[]) { |
... | ... | |
70 | 72 |
printf("%s: lm_free failed\n", __func__); |
71 | 73 |
return 1; |
72 | 74 |
} |
73 |
|
|
74 | 75 |
return 0; |
75 | 76 |
} |
76 | 77 |
|
... | ... | |
471 | 472 |
|
472 | 473 |
int(video_test_controller)() { |
473 | 474 |
|
475 |
vg_vbe_contr_info_t cntrl_info; |
|
474 | 476 |
|
477 |
vbe_get_controller_information(&cntrl_info); |
|
475 | 478 |
|
476 |
return 1; |
|
479 |
vg_display_vbe_contr_info(&cntrl_info); |
|
480 |
|
|
481 |
return 0; |
|
477 | 482 |
} |
Also available in: Unified diff