#include <driver.h>

Data Fields | |
| struct ring_head | ring |
| Ring buffer state. | |
| char | data [CONSOLE_BUF_SIZE] |
| Ring buffer data. | |
Definition at line 55 of file driver.h.
| char console_buffer::data[CONSOLE_BUF_SIZE] |
Ring buffer data.
Definition at line 59 of file driver.h.
Referenced by console_buf_extract_char(), console_buf_insert_char(), and console_drv_write().
struct ring_head console_buffer::ring [read] |
Ring buffer state.
Definition at line 57 of file driver.h.
Referenced by console_buf_extract_char(), console_buf_insert_char(), console_buf_unused(), console_buf_unused_before_end(), console_buf_used(), and console_drv_write().
1.5.8