Subversion Repositories HelenOS

Compare Revisions

Regard whitespace Rev 1887 → Rev 1888

/trunk/kernel/generic/include/adt/list.h
32,8 → 32,8
/** @file
*/
 
#ifndef __LIST_H__
#define __LIST_H__
#ifndef KERN_LIST_H_
#define KERN_LIST_H_
 
#include <arch/types.h>
#include <typedefs.h>
184,4 → 184,3
 
/** @}
*/
 
/trunk/kernel/generic/include/adt/bitmap.h
32,8 → 32,8
/** @file
*/
 
#ifndef __BITMAP_H__
#define __BITMAP_H__
#ifndef KERN_BITMAP_H_
#define KERN_BITMAP_H_
 
#include <arch/types.h>
#include <typedefs.h>
54,4 → 54,3
 
/** @}
*/
 
/trunk/kernel/generic/include/adt/btree.h
32,8 → 32,8
/** @file
*/
 
#ifndef __BTREE_H__
#define __BTREE_H__
#ifndef KERN_BTREE_H_
#define KERN_BTREE_H_
 
#include <arch/types.h>
#include <typedefs.h>
101,4 → 101,3
 
/** @}
*/
 
/trunk/kernel/generic/include/adt/fifo.h
42,8 → 42,8
* and use'.
*/
 
#ifndef __FIFO_H__
#define __FIFO_H__
#ifndef KERN_FIFO_H_
#define KERN_FIFO_H_
 
#include <typedefs.h>
#include <mm/slab.h>
120,4 → 120,3
 
/** @}
*/