Leaked source code of windows server 2003
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

  1. /*MPD::
  2. * Copyright (c) 1996, 1997, 1998 Philips CE I&C
  3. * Project : Real-i
  4. * module prefix: ENRE
  5. * creation date: Nov, 1996
  6. * author : M.J. Verberne
  7. * description :
  8. *MPE::*/
  9. #ifndef _ENRE_DEFINED
  10. #define _ENRE_DEFINED
  11. /* ----- CONSTANTS----------------------------------------------------------- */
  12. /* ----- TYPES -------------------------------------------------------------- */
  13. /* ----- EXTERNAL FUNCTIONS ------------------------------------------------- */
  14. extern void ENRE_init(void);
  15. extern void ENRE_exit(void);
  16. #endif