Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1702 → Rev 1701

/kernel/trunk/generic/include/bitops.h
26,12 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup generic
* @{
*/
/** @file
*/
 
#ifndef _BITOPS_H_
#define _BITOPS_H_
 
65,7 → 59,3
#define fnzb(x) fnzb32(x)
 
#endif
 
/** @}
*/