Query: struct_kgdb_io
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STRUCTKGDB_IO(9) KGDB Internals STRUCT KGDB_IO(9)NAMEstruct_kgdb_io - Describe the interface for an I/O driver to talk with KGDB.SYNOPSISstruct kgdb_io { const char * name; int (* read_char) (void); void (* write_char) (u8); void (* flush) (void); int (* init) (void); void (* pre_exception) (void); void (* post_exception) (void); };MEMBERSname Name of the I/O driver. read_char Pointer to a function that will return one char. write_char Pointer to a function that will write one char. flush Pointer to a function that will flush any pending writes. init Pointer to a function that will initialize the device. pre_exception Pointer to a function that will do any prep work for the I/O driver. post_exception Pointer to a function that will do any cleanup work for the I/O driver.AUTHORSJason Wessel <jason.wessel@windriver.com> Author. Tom Rini <trini@kernel.crashing.org> Author. Amit S. Kale <amitkale@linsyssoft.com> Author.COPYRIGHTKernel Hackers Manual 2.6. July 2010 STRUCT KGDB_IO(9)
Related Man Pages |
---|
struct_platform_nand_ctrl(9) - centos |
struct_regulator_config(9) - centos |
ost_pointer(3) - debian |
struct_ccw_driver(9) - suse |
struct_usb_composite_driver(9) - suse |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Change directory error |
Getting command output to putty window title. |
Tar Command |
Docker learning Phase-I |