From 5c8bfcd53ecd37a98fa7cf0a5799c3f2bba52cc9 Mon Sep 17 00:00:00 2001 From: Anton Vorontsov Date: Thu, 23 Aug 2007 15:35:53 +0400 Subject: [PATCH] --- yaml --- r: 67324 b: refs/heads/master c: 364f8ffc182ac5431b156ca1915dd81ddd4a592b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-powerpc/qe.h | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index da016c1b58d4..555ce2d9a0be 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5a24e1a1773f284d19859d27f2ba7e50a533aaaf +refs/heads/master: 364f8ffc182ac5431b156ca1915dd81ddd4a592b diff --git a/trunk/include/asm-powerpc/qe.h b/trunk/include/asm-powerpc/qe.h index 9d304b1f1608..ad23c580631c 100644 --- a/trunk/include/asm-powerpc/qe.h +++ b/trunk/include/asm-powerpc/qe.h @@ -32,6 +32,9 @@ extern void qe_reset(void); extern int par_io_init(struct device_node *np); extern int par_io_of_config(struct device_node *np); +extern int par_io_config_pin(u8 port, u8 pin, int dir, int open_drain, + int assignment, int has_irq); +extern int par_io_data_set(u8 port, u8 pin, u8 val); /* QE internal API */ int qe_issue_cmd(u32 cmd, u32 device, u8 mcn_protocol, u32 cmd_input);