/* net/atm/signaling.h - ATM signaling */ /* Written 1995-2000 by Werner Almesberger, EPFL LRC/ICA */ #ifndef NET_ATM_SIGNALING_H #define NET_ATM_SIGNALING_H #include #include #include extern struct atm_vcc *sigd; /* needed in svc_release */ /* * sigd_enq is a wrapper for sigd_enq2, covering the more common cases, and * avoiding huge lists of null values. */ void sigd_enq2(struct atm_vcc *vcc,enum atmsvc_msg_type type, struct atm_vcc *listen_vcc,const struct sockaddr_atmpvc *pvc, const struct sockaddr_atmsvc *svc,const struct atm_qos *qos,int reply); void sigd_enq(struct atm_vcc *vcc,enum atmsvc_msg_type type, struct atm_vcc *listen_vcc,const struct sockaddr_atmpvc *pvc, const struct sockaddr_atmsvc *svc); int sigd_attach(struct atm_vcc *vcc); #endif ass='form'>
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
orm.submit();'>
AgeCommit message (Expand)AuthorFilesLines
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2016-11-21 18:24:55 +0100
committerMark Brown <broonie@kernel.org>2016-11-21 18:30:36 +0000
commiteb51cffa743de5c78cfbf44f576b0f1eccc784f4 (patch)
tree5e3dc3dfcfc668e1d9d2a0372bbb3518f4630caf /Documentation
parent1001354ca34179f3db924eb66672442a173147dc (diff)
spi: sh-msiof: Add support for R-Car M3-W
MSIOF in R-Car M3-W (r8a7796) is handled fine by the existing driver. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')