/* * Copyright (C) 2021 iopsys Software Solutions AB * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License version 2.1 * as published by the Free Software Foundation * * Author Amin Ben Ramdhane * */ #ifndef __TEST_VENDOR_H #define __TEST_VENDOR_H #include "libbbfdm-api/dmcommon.h" extern DM_MAP_OBJ tVendorExtensionOverwriteTEST[]; extern DM_MAP_OBJ tVendorExtensionTEST[]; extern char *VendorExtensionExcludeTEST[]; #endif //__TEST_VENDOR_H