bbfdm/libbbfdm-api/plugin/dotso_plugin.h
2023-05-16 14:13:03 +00:00

22 lines
551 B
C

/*
* Copyright (C) 2023 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 Romdhane <amin.benromdhane@iopsys.eu>
*
*/
#ifndef __DOTSO_PLUGIN_H__
#define __DOTSO_PLUGIN_H__
#include "../dmcommon.h"
#define LIBRARY_FOLDER_PATH "/usr/lib/bbfdm"
int load_dotso_plugins(struct dmctx *ctx);
int free_dotso_plugins(void);
#endif //__DOTSO_PLUGIN_H__