25 lines
531 B
C
25 lines
531 B
C
/*
|
|
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 _UIMODETRANSCODE_H
|
|
#define _UIMODETRANSCODE_H
|
|
|
|
#include "SysMain.h"
|
|
extern SYS_MODE gModeTranscode;
|
|
extern int PRIMARY_MODE_TRANSCODE;
|
|
extern SYS_SUBMODE gSubModeTranscode;
|
|
extern int SYS_SUBMODE_TRANSCODE;
|
|
|
|
#endif
|