/*
 * file vloaduc.h
 *
 * loads microcode
 */

#ifndef __VLOADUC_H__
#define __VLOADUC_H__



/*
 * includes
 */

#include "vos.h"
#include "vtypes.h"



/*
 * defines 
 */



/*
 * function prototypes
 */

int verite_load_ucfile(ScrnInfoPtr pScreenInfo, char *file_name);



#endif /* __VLOADUC_H__ */

/*
 * end of file vloaduc.h
 */