Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 523 → Rev 524

/kernel/trunk/generic/include/sort.h
1,5 → 1,5
/*
* Copyright (C) 2001-2004 Jakub Jermar
* Copyright (C) 2005 Sergey Bondari
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
26,8 → 26,8
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
#ifndef __FUNC_H__
#define __FUNC_H__
#ifndef __SORT_H__
#define __SORT_H__
 
#include <arch/types.h>