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.
21 lines
562 B
21 lines
562 B
/*MPD::
|
|
* Copyright (c) 1996, 1997, 1998 Philips CE I&C
|
|
* Project : Real-i
|
|
* module prefix: ENRE
|
|
* creation date: Nov, 1996
|
|
* author : M.J. Verberne
|
|
* description :
|
|
*MPE::*/
|
|
|
|
#ifndef _ENRE_DEFINED
|
|
#define _ENRE_DEFINED
|
|
|
|
/* ----- CONSTANTS----------------------------------------------------------- */
|
|
/* ----- TYPES -------------------------------------------------------------- */
|
|
/* ----- EXTERNAL FUNCTIONS ------------------------------------------------- */
|
|
|
|
extern void ENRE_init(void);
|
|
extern void ENRE_exit(void);
|
|
|
|
#endif
|
|
|