1 2/* 3 * file vloaduc.h 4 * 5 * loads microcode 6 */ 7 8#ifndef __VLOADUC_H__ 9#define __VLOADUC_H__ 10 11 12 13/* 14 * includes 15 */ 16 17#include "vos.h" 18#include "vtypes.h" 19 20 21 22/* 23 * defines 24 */ 25 26 27 28/* 29 * function prototypes 30 */ 31 32int verite_load_ucfile(ScrnInfoPtr pScreenInfo, char *file_name); 33 34 35 36#endif /* __VLOADUC_H__ */ 37 38/* 39 * end of file vloaduc.h 40 */ 41