SimpleLink CC3120/CC3220 Host Driver  Version 2.0.1.15
Simplifies the implementation of Internet connectivity
flowcont.h
1 /*
2  * Copyright (C) 2016 Texas Instruments Incorporated
3  *
4  * All rights reserved. Property of Texas Instruments Incorporated.
5  * Restricted rights to use, duplicate or disclose this code are
6  * granted through contract.
7  *
8  * The program may not be used without the written permission of
9  * Texas Instruments Incorporated or against the terms and conditions
10  * stipulated in the agreement under which this program has been supplied,
11  * and under no circumstances can it be used with non-TI connectivity device.
12  *
13  */
14 
15 #ifndef __FLOWCONT_H__
16 #define __FLOWCONT_H__
17 
18 
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22 
23 /*****************************************************************************/
24 /* Macro declarations */
25 /*****************************************************************************/
26 #define FLOW_CONT_MIN 1
27 
28 extern void _SlFlowContSet(void *pVoidBuf);
29 
30 
31 #ifdef __cplusplus
32 }
33 #endif /* __cplusplus */
34 
35 #endif /* __FLOWCONT_H__ */
36