Files
haiku-beta6/headers/private/kernel/slab/Slab.h
T

15 lines
268 B
C
Raw Normal View History

/*
* Copyright 2007, Hugo Santos. All Rights Reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Hugo Santos, [email protected]
*/
#ifndef _SLAB_SLAB_H_
#define _SLAB_SLAB_H_
#include <slab/Base.h>
#include <slab/Depot.h>
#endif