~ubuntu-branches/ubuntu/lucid/linux-rt/lucid

« back to all changes in this revision

Viewing changes to arch/powerpc/include/asm/udbg.h

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2009-08-05 23:00:52 UTC
  • Revision ID: james.westby@ubuntu.com-20090805230052-7xedvqcyk9dnnxb2
Tags: 2.6.31-1.1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
#include <linux/init.h>
16
16
 
17
17
extern void (*udbg_putc)(char c);
 
18
extern void (*udbg_flush)(void);
18
19
extern int (*udbg_getc)(void);
19
20
extern int (*udbg_getc_poll)(void);
20
21