1  void f(char);
       2  static inline
       3  void * __memset_generic(char c)
       4  {
       5    f(c);
       6  }
       7  int prepare_startup_playback_urb(
       8       int b,
       9       int c
      10  )
      11  {
      12    char d;
      13    if (b)
      14      __memset_generic(c == ( 1) ? 0x80 : 0);
      15    else
      16      __memset_generic (c == ( 1) ? 0x80 : 0);
      17  }