***************************************************************************** ** ChibiOS/RT port for ARM-Cortex-M4 STM32F401. ** ***************************************************************************** ** TARGET ** The demo runs on an ST STM32F401C-Discovery board. ** The Demo ** ** Build Procedure ** The demo has been tested by using the free Codesourcery GCC-based toolchain and YAGARTO. just modify the TRGT line in the makefile in order to use different GCC toolchains. ** Notes ** Some files used by the demo are not part of ChibiOS/RT but are copyright of ST Microelectronics and are licensed under a different license. Also note that not all the files present in the ST library are distributed with ChibiOS/RT, you can find the whole library on the ST web site: http://www.st.com ream
upstream openwrtJames
aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.10/652-atm_header_changes.patch
blob: 7e5685922ffc793732513356ec2d77b89e4cced2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/include/uapi/linux/atm.h
+++ b/include/uapi/linux/atm.h
@@ -139,6 +139,9 @@ struct atm_trafprm {
 	int		min_pcr;	/* minimum PCR in cells per second */
 	int		max_cdv;	/* maximum CDV in microseconds */
 	int		max_sdu;	/* maximum SDU in bytes */
+	int		scr;		/* sustained rate in cells per second */
+	int		mbs;		/* maximum burst size (MBS) in cells */
+	int		cdv;		/* Cell delay varition */
         /* extra params for ABR */
         unsigned int 	icr;         	/* Initial Cell Rate (24-bit) */
         unsigned int	tbe;		/* Transient Buffer Exposure (24-bit) */