example.h (527B)
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: example.h 8 * Purpose: To provide an example on how to add customer-specific APIs 9 * by placing addtional code in the files in src/customer 10 * and include/customer directories 11 */ 12 13 #ifndef __CUSTOMER_EXAMPLE_H__ 14 #define __CUSTOMER_EXAMPLE_H__ 15 16 #endif /* __CUSTOMER_EXAMPLE_H__ */