404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.17.132.171: ~ $
/*
 * Copyright (C) ST-Ericsson AB 2010
 * Author:	Sjur Brendeland
 * License terms: GNU General Public License (GPL) version 2
 */

#ifndef CFMUXL_H_
#define CFMUXL_H_
#include <net/caif/caif_layer.h>

struct cfsrvl;
struct cffrml;

struct cflayer *cfmuxl_create(void);
int cfmuxl_set_uplayer(struct cflayer *layr, struct cflayer *up, u8 linkid);
struct cflayer *cfmuxl_remove_dnlayer(struct cflayer *layr, u8 phyid);
int cfmuxl_set_dnlayer(struct cflayer *layr, struct cflayer *up, u8 phyid);
struct cflayer *cfmuxl_remove_uplayer(struct cflayer *layr, u8 linkid);

#endif				/* CFMUXL_H_ */

Filemanager

Name Type Size Permission Actions
caif_dev.h File 4.34 KB 0644
caif_device.h File 1.83 KB 0644
caif_hsi.h File 5.16 KB 0644
caif_layer.h File 8.71 KB 0644
caif_spi.h File 4.1 KB 0644
cfcnfg.h File 2.47 KB 0644
cfctrl.h File 3.43 KB 0644
cffrml.h File 626 B 0644
cfmuxl.h File 594 B 0644
cfpkt.h File 6.33 KB 0644
cfserl.h File 313 B 0644
cfsrvl.h File 1.77 KB 0644