Subversion Repositories HelenOS

Compare Revisions

Regard whitespace Rev 1887 → Rev 1888

/trunk/kernel/genarch/include/softint/division.h
32,10 → 32,9
/** @file
*/
 
#ifndef __SOFTINT_DIVISION_H__
#define __SOFTINT_DIVISION_H__
#ifndef KERN_DIVISION_H_
#define KERN_DIVISION_H_
 
 
/* 32bit integer division */
int __divsi3(int a, int b);
 
64,7 → 63,5
 
#endif
 
 
/** @}
*/