diff options
| author | John Ogness <john.ogness@linutronix.de> | 2019-01-28 19:40:24 +0106 |
|---|---|---|
| committer | John Ogness <john.ogness@linutronix.de> | 2019-01-28 19:40:24 +0106 |
| commit | 9a7ca2ce530c59abcdccb8a730c53c6098b3da3a (patch) | |
| tree | b0510cec8968191f5c12cf9088f25607881f73af /schulung_tools/linking/hello/func.h | |
| parent | b990733af9d6a07c2130daeb5fd39c75f6804441 (diff) | |
linking/hello: fixup Makefiles
It is good to have Makefile and autotool versions for compare. But
the Makefiles should not be intentially horrible. Clean them up to
the level that we teach in the training.
Signed-off-by: John Ogness <john.ogness@linutronix.de>
Diffstat (limited to 'schulung_tools/linking/hello/func.h')
| -rw-r--r-- | schulung_tools/linking/hello/func.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/schulung_tools/linking/hello/func.h b/schulung_tools/linking/hello/func.h new file mode 100644 index 0000000..cefd769 --- /dev/null +++ b/schulung_tools/linking/hello/func.h @@ -0,0 +1,7 @@ +#ifndef FUNC_H +#define FUNC_H + +extern void func1(void); +extern void func2(void); + +#endif /* FUNC_H */ |
