|
ncloader
0.1
|
#include <slibc.h>#include <sys/types.h>#include <stdio.h>#include <stddef.h>#include <stdarg.h>#include <device.h>#include <video.h>
video.c에 대한 include 의존 그래프데이타 구조 | |
| struct | info |
| [Stage 2 Thread Control Block] | |
매크로 | |
| #define | TAB_SIZE 7 |
| #define | MAX_SIZE 2000 |
| #define | MAX_COLUMN 80 |
| #define | VIDEO_BUFFER ((char *)0xb8000) |
함수 | |
| int | video_seek (int handle __UNUSED, int offset, int whence) |
| int | video_read (int handle __UNUSED, char *buffer, int size) |
| int | video_write (int handle __UNUSED, const char *buffer, int size) |
| int | video_ctrl (int handle __UNUSED, int cmd, va_list ap) |
| int | video_init (void) |
| #define MAX_COLUMN 80 |
| #define MAX_SIZE 2000 |
| #define TAB_SIZE 7 |
| #define VIDEO_BUFFER ((char *)0xb8000) |