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

This commit is contained in:
Joel Sherrill
2013-09-21 15:55:40 -05:00
parent 946c3918f0
commit 110cc8cb38

View File

@@ -353,6 +353,12 @@ extern int ambapp_find_ahbslvs(
int maxno);
extern int ambapp_get_number_ahbslv_devices(
struct ambapp_bus *abus,
int vendor,
int device);
#ifdef __cplusplus
}
#endif