Subversion Repositories freemyipod

Rev

Blame | Last modification | View Log | RSS feed

#ifndef __CONFIG_H__
#define __CONFIG_H__

#include "global.h"

#define __CONFIG_H_STRINGIFY2(x) #x
#define __CONFIG_H_STRINGIFY(x) __CONFIG_H_STRINGIFY2(x)
#include __CONFIG_H_STRINGIFY(CONFIG_H)
#include __CONFIG_H_STRINGIFY(TARGET_H)

#endif