27 lines
524 B
C
Executable File
27 lines
524 B
C
Executable File
/**
|
|
Header file of playback FileDB file list library.
|
|
|
|
Header file of playback FileDB file list library.
|
|
|
|
@file PBXFileList_FileDB.h
|
|
@ingroup mILibPbFileList
|
|
|
|
Copyright Novatek Microelectronics Corp. 2013. All rights reserved.
|
|
*/
|
|
#ifndef _PBXFILELIST_FILEDB_H
|
|
#define _PBXFILELIST_FILEDB_H
|
|
|
|
#include "PBXFileList.h"
|
|
|
|
/**
|
|
@addtogroup mILibPbFileList
|
|
*/
|
|
//@{
|
|
|
|
/*
|
|
Public funtions to get playback FileDB file list object
|
|
*/
|
|
extern PPBX_FLIST_OBJ PBXFList_FDB_getObject(void);
|
|
|
|
//@}
|
|
#endif |