forked from Imagelibrary/rtems
rtems: Remove <rtems/rtemsdialer.h>
This header file belongs to the network stacks.
This commit is contained in:
committed by
Amar Takhar
parent
be85180ee1
commit
d386baedb5
@@ -1,24 +0,0 @@
|
|||||||
|
|
||||||
#ifndef DIALER_H
|
|
||||||
#define DIALER_H
|
|
||||||
|
|
||||||
/* define constant mode values */
|
|
||||||
#define DIALER_INIT 0
|
|
||||||
#define DIALER_CONNECT 1
|
|
||||||
#define DIALER_WELCOME 2
|
|
||||||
#define DIALER_DISCONNECT 3
|
|
||||||
|
|
||||||
/* define constant return values */
|
|
||||||
#define DIALER_SUCCESS 0
|
|
||||||
#define DIALER_INVALIDARG 1
|
|
||||||
#define DIALER_UNEXPECTED 2
|
|
||||||
#define DIALER_TIMEOUT 3
|
|
||||||
#define DIALER_CMDFAILED 4
|
|
||||||
|
|
||||||
/* define typedef for dialer function prototype */
|
|
||||||
typedef int (*dialerfp)(int tty, int mode, char *pScript);
|
|
||||||
|
|
||||||
/* declare default chat program dialer */
|
|
||||||
extern int chatmain(int tty, int mode, char *pScript);
|
|
||||||
|
|
||||||
#endif
|
|
||||||
@@ -166,7 +166,6 @@ install:
|
|||||||
- cpukit/include/rtems/rtems-rfs-format.h
|
- cpukit/include/rtems/rtems-rfs-format.h
|
||||||
- cpukit/include/rtems/rtems-rfs-shell.h
|
- cpukit/include/rtems/rtems-rfs-shell.h
|
||||||
- cpukit/include/rtems/rtems-rfs.h
|
- cpukit/include/rtems/rtems-rfs.h
|
||||||
- cpukit/include/rtems/rtemsdialer.h
|
|
||||||
- cpukit/include/rtems/scheduler.h
|
- cpukit/include/rtems/scheduler.h
|
||||||
- cpukit/include/rtems/serial_mouse.h
|
- cpukit/include/rtems/serial_mouse.h
|
||||||
- cpukit/include/rtems/seterr.h
|
- cpukit/include/rtems/seterr.h
|
||||||
|
|||||||
Reference in New Issue
Block a user