#ifndef _MP_HOST_SCREEN_H_
#define _MP_HOST_SCREEN_H_


UINT32	MPHostScreenInit( void );
UINT32	MPHostScreenHandle( void );
UINT32	MPHostScreenShutdown( void );




#endif