/* * Copyright (C) 2019 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: Anis Ellouze * */ #ifndef __PTM_H #define __PTM_H #include "libbbfdm-api/dmcommon.h" extern DMOBJ tPTMObj[]; extern DMOBJ tPTMLinkObj[]; extern DMLEAF tPTMLinkStatsParams[]; extern DMLEAF tPTMLinkParams[]; #endif