root/platform/ixus145_elph135/sub/boot_extras.c

/* [<][>][^][v][top][bottom][index][help] */

DEFINITIONS

This source file includes following definitions.
  1. init_required_fw_features

   1 
   2 /*
   3     *** TEMPORARY workaround ***
   4     Init stuff to avoid asserts on cameras running DryOS r54+
   5     Execute this only once
   6  */
   7 void init_required_fw_features(void) {
   8     extern void _init_focus_eventflag();
   9     extern void _init_nd_eventflag();
  10     extern void _init_nd_semaphore();
  11     //extern void _init_zoom_semaphore(); // for MoveZoomLensWithPoint
  12 
  13     _init_focus_eventflag();
  14     _init_nd_eventflag();
  15     _init_nd_semaphore();

/* [<][>][^][v][top][bottom][index][help] */