Blame include/ModemManager.h

Packit d14447
/*
Packit d14447
 * ModemManager Interface Specification
Packit d14447
 * version 0.8
Packit d14447
 *
Packit d14447
 * This library is free software; you can redistribute it and/or
Packit d14447
 * modify it under the terms of the GNU Lesser General Public
Packit d14447
 * License as published by the Free Software Foundation; either
Packit d14447
 * version 2 of the License, or (at your option) any later version.
Packit d14447
 *
Packit d14447
 * This library is distributed in the hope that it will be useful,
Packit d14447
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit d14447
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit d14447
 * Lesser General Public License for more details.
Packit d14447
 *
Packit d14447
 * You should have received a copy of the GNU Lesser General Public
Packit d14447
 * License along with this library; if not, write to the
Packit d14447
 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Packit d14447
 * Boston, MA 02110-1301 USA.
Packit d14447
 *
Packit d14447
 * Copyright (C) 2008 - 2009 Novell, Inc.
Packit d14447
 * Copyright (C) 2009 - 2013 Red Hat, Inc.
Packit d14447
 * Copyright (C) 2011 - 2013 Google, Inc.
Packit d14447
 * Copyright (C) 2011 - 2013 Lanedo Gmbh
Packit d14447
 */
Packit d14447
Packit d14447
#ifndef _MODEM_MANAGER_H_
Packit d14447
#define _MODEM_MANAGER_H_
Packit d14447
Packit d14447
#define __MODEM_MANAGER_H_INSIDE__
Packit d14447
Packit d14447
/* Public header with DBus Interface, Method, Signal and Property names */
Packit d14447
#include <ModemManager-names.h>
Packit d14447
Packit d14447
/* Public header with enumerations and flags */
Packit d14447
#include <ModemManager-enums.h>
Packit d14447
Packit d14447
/* Public header with errors */
Packit d14447
#include <ModemManager-errors.h>
Packit d14447
Packit d14447
/* Public header with compatibility types and methods */
Packit d14447
#include <ModemManager-compat.h>
Packit d14447
Packit d14447
/* Public header with version info */
Packit d14447
#include <ModemManager-version.h>
Packit d14447
Packit d14447
#endif /*  _MODEM_MANAGER_H_ */