summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/shared/include/apbuart.h
diff options
context:
space:
mode:
authorDaniel Hellstrom <daniel@gaisler.com>2012-04-17 16:25:42 +0200
committerGedare Bloom <gedare@rtems.org>2012-04-17 22:01:47 -0400
commit7a01a888a72e5e4d65beb781ef12b093cfec10e8 (patch)
tree303b4eb0f7d683bcab42ebeb95e146a2a4d98eb4 /c/src/lib/libbsp/sparc/shared/include/apbuart.h
parentLEON3: Network initialization code updated to new AMBAPP layer (diff)
downloadrtems-7a01a888a72e5e4d65beb781ef12b093cfec10e8.tar.bz2
LEON: updated drivers to use new AMBAPP Layer
The drivers are updated to use the new AMBA layer, however the backwards-compatibility interface (ambapp_old) is used. Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/sparc/shared/include/apbuart.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/sparc/shared/include/apbuart.h b/c/src/lib/libbsp/sparc/shared/include/apbuart.h
index c8a6e35fec..c948b24da1 100644
--- a/c/src/lib/libbsp/sparc/shared/include/apbuart.h
+++ b/c/src/lib/libbsp/sparc/shared/include/apbuart.h
@@ -72,9 +72,9 @@ typedef struct {
/* Register APBUART driver
* bus = pointer to AMBA bus description used to search for APBUART(s).
- * (&amba_conf for LEON3), (LEON2: see amba_scan)
+ * (&ambapp_plb for LEON3), (LEON2: see amba_scan)
*/
-int apbuart_register (amba_confarea_type * bus);
+int apbuart_register (struct ambapp_bus *bus);
#ifdef __cplusplus
}