You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
560 B
11 lines
560 B
/*******************************************************************************
|
|
* intf_sys.h: system dependant interface API
|
|
* (c)1999 VideoLAN
|
|
*******************************************************************************/
|
|
|
|
/*******************************************************************************
|
|
* Prototypes
|
|
*******************************************************************************/
|
|
int intf_SysCreate ( p_intf_thread_t p_intf );
|
|
void intf_SysDestroy( p_intf_thread_t p_intf );
|
|
void intf_SysManage ( p_intf_thread_t p_intf );
|
|
|