18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Copyright (C) ST-Ericsson AB 2010
48c2ecf20Sopenharmony_ci * Author:	Sjur Brendeland
58c2ecf20Sopenharmony_ci */
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ci#ifndef CFSERL_H_
88c2ecf20Sopenharmony_ci#define CFSERL_H_
98c2ecf20Sopenharmony_ci#include <net/caif/caif_layer.h>
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_cistruct cflayer *cfserl_create(int instance, bool use_stx);
128c2ecf20Sopenharmony_civoid cfserl_release(struct cflayer *layer);
138c2ecf20Sopenharmony_ci#endif
14