hostsupport/hostopengles20/src/util.h
branchbug235_bringup_0
changeset 77 b0395290e61f
parent 55 09263774e342
equal deleted inserted replaced
76:24381b61de5c 77:b0395290e61f
    27  */
    27  */
    28 
    28 
    29 #ifndef UTIL_H_
    29 #ifndef UTIL_H_
    30 #define UTIL_H_
    30 #define UTIL_H_
    31 
    31 
       
    32 #ifdef __cplusplus
       
    33 extern "C"
       
    34 {
       
    35 #endif /* __cplusplus */
       
    36 
    32 int dglLog2(unsigned int x);
    37 int dglLog2(unsigned int x);
    33 int dglMin(int a, int b);
    38 int dglMin(int a, int b);
    34 int dglMax(int a, int b);
    39 int dglMax(int a, int b);
    35 
    40 
       
    41 #ifdef __cplusplus
       
    42 }
       
    43 #endif /* __cplusplus */
       
    44 
    36 #endif  // UTIL_H_
    45 #endif  // UTIL_H_