diff options
author | Thomas Haller <thaller@redhat.com> | 2015-04-14 22:34:01 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2015-06-17 11:23:51 +0200 |
commit | 359fe9f8c1a0d2d04a5adce55ab39a67de2c0a8b (patch) | |
tree | 1442e35e9aa69045a0f55296526676c6ba3ec7f4 /src/platform/nmp-object.h | |
parent | f99723eda5512bdf7f45cb583c21fc1e9ebf3e79 (diff) | |
download | NetworkManager-359fe9f8c1a0d2d04a5adce55ab39a67de2c0a8b.tar.gz |
platform: add nmp-object.h file
Diffstat (limited to 'src/platform/nmp-object.h')
-rw-r--r-- | src/platform/nmp-object.h | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/platform/nmp-object.h b/src/platform/nmp-object.h new file mode 100644 index 0000000000..e1bb9ed7a8 --- /dev/null +++ b/src/platform/nmp-object.h @@ -0,0 +1,29 @@ +/* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */ +/* nm-platform.c - Handle runtime kernel networking configuration + * + * 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, 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. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Copyright (C) 2015 Red Hat, Inc. + */ + +#ifndef __NMP_OBJECT_H__ +#define __NMP_OBJECT_H__ + +#include "config.h" + +#include "nm-platform.h" + + +#endif /* __NMP_OBJECT_H__ */ |