Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1649 → Rev 1648

/uspace/trunk/kbd/arch/mips32/src/kbd.c
26,13 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup kbdmips32 mips32
* @brief HelenOS mips32 arch dependent parts of uspace keyboard handler.
* @ingroup kbd
* @{
*/
/** @file
*/
#include <arch/kbd.h>
#include <ipc/ipc.h>
#include <sysinfo.h>
394,6 → 387,3
return 0;
}
 
/**
* @}
*/