psyclpc/src/ptmalloc/config.h

12 lines
312 B
C

/*---------------------------------------------------------------------------
* Wrapper for the driver's config.h
*---------------------------------------------------------------------------
*/
#ifndef PTMALLOC_CONFIG_H__
#define PTMALLOC_CONFIG_H__
#include "../config.h"
#endif /* PTMALLOC_CONFIG_H__ */