[rtems commit] sparc/.../ambapp.h: Add ambapp_get_number_apbslv_devices() prototype
Joel Sherrill
joel at rtems.org
Sat Sep 21 21:19:52 UTC 2013
Module: rtems
Branch: master
Commit: e9da278c0541b8c19d61a20d43e645ac9380a5d6
Changeset: http://git.rtems.org/rtems/commit/?id=e9da278c0541b8c19d61a20d43e645ac9380a5d6
Author: Joel Sherrill <joel.sherrill at oarcorp.com>
Date: Sat Sep 21 16:09:48 2013 -0500
sparc/.../ambapp.h: Add ambapp_get_number_apbslv_devices() prototype
---
c/src/lib/libbsp/sparc/shared/include/ambapp.h | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/c/src/lib/libbsp/sparc/shared/include/ambapp.h b/c/src/lib/libbsp/sparc/shared/include/ambapp.h
index 4236990..1407c63 100644
--- a/c/src/lib/libbsp/sparc/shared/include/ambapp.h
+++ b/c/src/lib/libbsp/sparc/shared/include/ambapp.h
@@ -358,6 +358,10 @@ extern int ambapp_get_number_ahbslv_devices(
int vendor,
int device);
+extern int ambapp_get_number_apbslv_devices(
+ struct ambapp_bus *abus,
+ int vendor,
+ int device);
#ifdef __cplusplus
}
More information about the vc
mailing list