diff options
Diffstat (limited to 'bgpd/rfp-example/rfptest/rfptest.h')
-rw-r--r-- | bgpd/rfp-example/rfptest/rfptest.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bgpd/rfp-example/rfptest/rfptest.h b/bgpd/rfp-example/rfptest/rfptest.h new file mode 100644 index 0000000..66f70ae --- /dev/null +++ b/bgpd/rfp-example/rfptest/rfptest.h @@ -0,0 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/* + * + * Copyright 2015-2016, LabN Consulting, L.L.C. + * + */ + +/* Sample header file */ +#ifndef _RFPTEST_H +#define _RFPTEST_H + +#endif /* _RFPTEST_H */ |