diff options
Diffstat (limited to 'include/tsec.h')
-rw-r--r-- | include/tsec.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/tsec.h b/include/tsec.h index b17fa957df..43255e538f 100644 --- a/include/tsec.h +++ b/include/tsec.h @@ -426,8 +426,9 @@ struct tsec_info_struct { }; #ifndef CONFIG_DM_ETH -int tsec_standard_init(bd_t *bis); -int tsec_eth_init(bd_t *bis, struct tsec_info_struct *tsec_info, int num); +int tsec_standard_init(struct bd_info *bis); +int tsec_eth_init(struct bd_info *bis, struct tsec_info_struct *tsec_info, + int num); #endif #endif /* __TSEC_H */ |