sparc/.../ambapp.h: Add ambapp_get_number_apbslv_devices() prototype

This commit is contained in:
Joel Sherrill
2013-09-21 16:09:48 -05:00
parent ac19578efa
commit e9da278c05

View File

@@ -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
}