28 lines
575 B
C
Executable File
28 lines
575 B
C
Executable File
/*
|
|
Copyright Novatek Microelectronics Corp. 2005. All rights reserved.
|
|
|
|
@file UIMode.h
|
|
@ingroup mIPRJAPUIFlow
|
|
|
|
@brief UI Mode Functions
|
|
This file is the user interface ( for interchange flow control).
|
|
|
|
@note Nothing.
|
|
|
|
@date 2005/04/01
|
|
*/
|
|
|
|
#ifndef _UIMODEMOVIE_H
|
|
#define _UIMODEMOVIE_H
|
|
|
|
extern SYS_MODE gModeMovie;
|
|
extern int PRIMARY_MODE_MOVIE; ///< Movie
|
|
|
|
#if (UVC_MULTIMEDIA_FUNC == ENABLE)
|
|
extern SYS_SUBMODE gSubModeUvc;
|
|
extern int SYS_SUBMODE_UVC; ///< Movie + UVC
|
|
#endif
|
|
|
|
#endif //_UIMODEMOVIE_H
|
|
|