post.h (338B)
1 /* 2 * 3 * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file. 4 * 5 * Copyright 2007-2019 Broadcom Inc. All rights reserved. 6 */ 7 8 #ifndef _SOC_POST_H 9 #define _SOC_POST_H 10 int soc_post_init(int unit); 11 int soc_mmu_post_init(int unit); 12 #endif /* !_SOC_POST_H */