mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-03-14 21:20:28 +01:00
23 lines
598 B
C
23 lines
598 B
C
/*
|
|
* 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 Imen Bhiri <imen.bhiri@pivasoftware.com>
|
|
* Author Omar Kallel <omar.kallel@pivasoftware.com>
|
|
*
|
|
*/
|
|
|
|
#ifndef __SE_OWSD_H
|
|
#define __SE_OWSD_H
|
|
|
|
#include <libbbf_api/dmcommon.h>
|
|
|
|
extern DMLEAF X_IOPSYS_EU_OWSDParams[];
|
|
extern DMOBJ X_IOPSYS_EU_OWSDObj[];
|
|
extern DMLEAF VirtualHostParams[];
|
|
extern DMLEAF UbusProxyParams[];
|
|
|
|
#endif
|