Pristine Ack-5.5
[Ack-5.5.git] / mach / sparc / ce / misc.h
1 /*
2 misc.h
3 */
4
5 #ifndef MISC_H
6 #define MISC_H
7
8 #define power_of_2 B_power_of_2
9 #define uns_power_of_2 B_uns_power_of_2
10
11 _PROTOTYPE( int power_of_2, (int n, int *ref_exp));
12
13 #endif /* MISC_H */
14