From 30a7e59d258ab6d24446fc01ceeed20cbe51414c Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sat, 11 Feb 2012 13:11:25 +0100 Subject: [PATCH] checkwps/ypr0: Forgot new file. Change-Id: I14d2f1c174c118ba44fbbd92051157e0f21db68f --- tools/checkwps/dir-target.h | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 tools/checkwps/dir-target.h diff --git a/tools/checkwps/dir-target.h b/tools/checkwps/dir-target.h new file mode 100644 index 0000000000..efe76cb7fe --- /dev/null +++ b/tools/checkwps/dir-target.h @@ -0,0 +1,27 @@ +/*************************************************************************** + * __________ __ ___. + * Open \______ \ ____ ____ | | _\_ |__ _______ ___ + * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / + * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < + * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ + * \/ \/ \/ \/ \/ + * $Id$ + * + * Copyright (C) 2010 Thomas Martitz + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY + * KIND, either express or implied. + * + ****************************************************************************/ + + +#include + +#define _mkdir mkdir +#define _opendir opendir + -- 2.11.4.GIT