/* * 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 __HOSTS_H #define __HOSTS_H #include extern DMOBJ tHostsObj[]; extern DMLEAF tHostsParams[]; extern DMLEAF tHostsHostParams[]; #endif