Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Copyright (C) ST-Ericsson AB 2010
0004  * Author:  Sjur Brendeland
0005  */
0006 
0007 #ifndef CFSERL_H_
0008 #define CFSERL_H_
0009 #include <net/caif/caif_layer.h>
0010 
0011 struct cflayer *cfserl_create(int instance, bool use_stx);
0012 void cfserl_release(struct cflayer *layer);
0013 #endif