summaryrefslogtreecommitdiff
path: root/libnm/nm-types.h
blob: bb77e642dffd058b1934b2d3501bcaab33b3f0df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
/* NetworkManager -- Network link manager
 *
 * 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.
 *
 * 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 2014 - 2018 Red Hat, Inc.
 */

#ifndef __NM_TYPES_H__
#define __NM_TYPES_H__

#include <gio/gio.h>

#include "nm-dbus-interface.h"
#include "nm-connection.h"

typedef struct _NMAccessPoint        NMAccessPoint;
typedef struct _NMActiveConnection   NMActiveConnection;
typedef struct _NMCheckpoint         NMCheckpoint;
typedef struct _NMClient             NMClient;
typedef struct _NMDevice             NMDevice;
typedef struct _NMDevice6Lowpan      NMDevice6Lowpan;
typedef struct _NMDeviceAdsl         NMDeviceAdsl;
typedef struct _NMDeviceBond         NMDeviceBond;
typedef struct _NMDeviceBridge       NMDeviceBridge;
typedef struct _NMDeviceBt           NMDeviceBt;
typedef struct _NMDeviceDummy        NMDeviceDummy;
typedef struct _NMDeviceEthernet     NMDeviceEthernet;
typedef struct _NMDeviceGeneric      NMDeviceGeneric;
typedef struct _NMDeviceInfiniband   NMDeviceInfiniband;
typedef struct _NMDeviceIPTunnel     NMDeviceIPTunnel;
typedef struct _NMDeviceMacsec       NMDeviceMacsec;
typedef struct _NMDeviceMacvlan      NMDeviceMacvlan;
typedef struct _NMDeviceModem        NMDeviceModem;
typedef struct _NMDeviceOlpcMesh     NMDeviceOlpcMesh;
typedef struct _NMDeviceOvsBridge    NMDeviceOvsBridge;
typedef struct _NMDeviceOvsInterface NMDeviceOvsInterface;
typedef struct _NMDeviceOvsPort      NMDeviceOvsPort;
typedef struct _NMDevicePpp          NMDevicePpp;
typedef struct _NMDeviceTeam         NMDeviceTeam;
typedef struct _NMDeviceTun          NMDeviceTun;
typedef struct _NMDeviceVlan         NMDeviceVlan;
typedef struct _NMDeviceVxlan        NMDeviceVxlan;
typedef struct _NMDeviceWifi         NMDeviceWifi;
typedef struct _NMDeviceWimax        NMDeviceWimax;
typedef struct _NMDeviceWireGuard    NMDeviceWireGuard;
typedef struct _NMDeviceWpan         NMDeviceWpan;
typedef struct _NMDhcpConfig         NMDhcpConfig;
typedef struct _NMIPConfig           NMIPConfig;
typedef struct _NMObject             NMObject;
typedef struct _NMRemoteConnection   NMRemoteConnection;
typedef struct _NMVpnConnection      NMVpnConnection;
typedef struct _NMWimaxNsp           NMWimaxNsp;

#endif  /* NM_TYPES_H */