Changeset adf7f9c in mainline for kernel/arch/xen32/include/drivers/xconsole.h
- Timestamp:
- 2006-08-02T00:00:39Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- deaa22f
- Parents:
- 7c5a8dd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/xen32/include/drivers/xconsole.h
r7c5a8dd radf7f9c 36 36 #define __XCONSOLE_H__ 37 37 38 #include <arch/types.h> 39 40 typedef struct { 41 char in[1024]; 42 char out[2048]; 43 uint32_t in_cons; 44 uint32_t in_prod; 45 uint32_t out_cons; 46 uint32_t out_prod; 47 } xencons_t; 48 49 extern xencons_t console_page; 50 38 51 extern void xen_console_init(void); 39 52
Note:
See TracChangeset
for help on using the changeset viewer.