#include <linux/string.h>
#include <linux/kernel.h>
#include <linux/signal.h>
#include <linux/sched.h>
#include <linux/mm.h>
#include <linux/console.h>
#include <linux/init.h>
#include <linux/serial_reg.h>
#include <asm/pgtable.h>
#include <asm/irc-regs.h>
#include <asm/timer-regs.h>
#include <asm/gdb-stub.h>
#include "gdb-io.h"
Go to the source code of this file.
#define __UART_IRR_NMI 0xfff00000 |
#define FLOWCTL_WAIT_FOR |
( |
|
LINE | ) |
|
Value:do { \
gdbstub_do_rx(); \
Definition at line 44 of file gdb-io.c.
#define LSR_WAIT_FOR |
( |
|
STATE | ) |
|
Value:do { \
gdbstub_do_rx(); \
Definition at line 35 of file gdb-io.c.
int gdbstub_rx_char |
( |
unsigned char * |
_ch, |
|
|
int |
nonblock |
|
) |
| |
void gdbstub_set_baud |
( |
unsigned |
baud | ) |
|
void gdbstub_tx_char |
( |
unsigned char |
ch | ) |
|