Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99562
b: refs/heads/master
c: 0261ac5
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed May 29, 2008
1 parent 06994de commit d6dcc5d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b20aeccd6ad42ccb6be1b3d1d32618ddd2b31bf0
refs/heads/master: 0261ac5f2f43a1906cfacfb19d62ed643d162cbe
4 changes: 4 additions & 0 deletions trunk/include/xen/hvc-console.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@

extern struct console xenboot_console;

#ifdef CONFIG_HVC_XEN
void xen_console_resume(void);
#else
static inline void xen_console_resume(void) { }
#endif

void xen_raw_console_write(const char *str);
void xen_raw_printk(const char *fmt, ...);
Expand Down

0 comments on commit d6dcc5d

Please sign in to comment.