/** * \brief Undef macro clashes * \author Sebastian Sumpf * \date 2014-01-24 */ /* * Copyright (C) 2014 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed * under the terms of the GNU General Public License version 2. */ #ifndef _UNDEF_H_ #define _UNDEF_H_ extern "C" { #include } #endif /* _UNDEF_H_ */