valkyrie.h (387B)
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 * File: valkyrie.h 8 */ 9 10 #ifndef _SOC_VALKYRIE_H 11 #define _SOC_VALKYRIE_H 12 13 #include <soc/drv.h> 14 15 extern soc_functions_t soc_valkyrie_drv_funs; 16 17 #endif /* !_SOC_VALKYRIE_H */