bbfdm/dmtree/tr181/interfacestack.h
2022-07-13 08:12:44 +00:00

20 lines
593 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: Amin Ben Ramdhane <amin.benramdhane@pivasoftware.com>
*/
#ifndef __INTERFACESTACK_H
#define __INTERFACESTACK_H
#include "libbbf_api/dmcommon.h"
extern DMLEAF tInterfaceStackParams[];
int browseInterfaceStackInst(struct dmctx *dmctx, DMNODE *parent_node, void *prev_data, char *prev_instance);
#endif //__INTERFACESTACK_H