/* 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 '>net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
class='left'>Lines it info' class='commit-info'>
AgeCommit message (Expand)AuthorFilesLines
authorLinus Torvalds <torvalds@linux-foundation.org>2016-05-20 14:06:21 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2016-05-20 14:06:21 -0700
commit7992893c5a9fdffa42117f6f749359466e06bdf6 (patch)
treef8b164faacaa001c5d9bfa5d752fd7d8f3dd2260
parent6eb59af580dcffc6f6982ac8ef6d27a1a5f26b27 (diff)
parent4a99fa06a8ca27a5187636e630568658000af575 (diff)
Merge tag 'for-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply
Pull power supply and reset updates from Sebastian Reichel: - alternative reset driver for new at91 SoCs - misc fixes * tag 'for-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply: sbs-battery: fix power status when battery charging near dry power: ipaq-micro-battery: freeing the wrong variable power/max8925: freeing wrong variable power: reset: at91-shdwc: add new shutdown controller driver ARM: dts: at91: shdwc binding: add new shutdown controller documentation