From 86f38e9084fa7b4419e3c87990185a32304fb6f8 Mon Sep 17 00:00:00 2001 From: Aravinda Prasad Date: Mon, 4 Feb 2013 18:17:26 +0900 Subject: [PATCH v4 1/9] Initialize and setup eppic. This patch contains routines which initialize eppic and register call back function which will be called whenever a new eppic macro is loaded using eppic_load() API. The registered call back function executes the eppic macro as soon as it is loaded. Signed-off-by: Aravinda Prasad --- extension_eppic.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 extension_eppic.h (limited to 'extension_eppic.h') diff --git a/extension_eppic.h b/extension_eppic.h new file mode 100644 index 0000000..ca74ce4 --- /dev/null +++ b/extension_eppic.h @@ -0,0 +1,23 @@ +/* + * extension_eppic.h + * + * Created by: Aravinda Prasad + * + * Copyright (C) 2012 IBM Corporation + * + * 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 program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + */ +#ifndef _EXTENSION_EPPIC_H +#define _EXTENSION_EPPIC_H + +#include "eppic_api.h" + +#endif /* _EXTENSION_EPPIC_H */ -- cgit v1.2.3