Blame teamd/teamd_phys_port_check.h

Packit cac203
/*
Packit cac203
 *   teamd_phys_port_check.h - Physical port checking support for teamd
Packit cac203
 *   Copyright (C) 2013-2015 Jiri Pirko <jiri@resnulli.us>
Packit cac203
 *
Packit cac203
 *   This library is free software; you can redistribute it and/or
Packit cac203
 *   modify it under the terms of the GNU Lesser General Public
Packit cac203
 *   License as published by the Free Software Foundation; either
Packit cac203
 *   version 2.1 of the License, or (at your option) any later version.
Packit cac203
 *
Packit cac203
 *   This library is distributed in the hope that it will be useful,
Packit cac203
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit cac203
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit cac203
 *   Lesser General Public License for more details.
Packit cac203
 *
Packit cac203
 *   You should have received a copy of the GNU Lesser General Public
Packit cac203
 *   License along with this library; if not, write to the Free Software
Packit cac203
 *   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
Packit cac203
 */
Packit cac203
Packit cac203
#ifndef _TEAMD_PHYS_PORT_CHECK_H_
Packit cac203
#define _TEAMD_PHYS_PORT_CHECK_H_
Packit cac203
Packit cac203
#include <jansson.h>
Packit cac203
Packit cac203
int teamd_phys_port_check_init(struct teamd_context *ctx);
Packit cac203
void teamd_phys_port_check_fini(struct teamd_context *ctx);
Packit cac203
Packit cac203
#endif /* _TEAMD_PHYS_PORT_CHECK_H_ */