Blame gudev/gudev.h

rpm-build 07bc2b
/* -*- Mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
rpm-build 07bc2b
 *
rpm-build 07bc2b
 * Copyright (C) 2008 David Zeuthen <davidz@redhat.com>
rpm-build 07bc2b
 *
rpm-build 07bc2b
 * This library is free software; you can redistribute it and/or
rpm-build 07bc2b
 * modify it under the terms of the GNU Library General Public
rpm-build 07bc2b
 * License as published by the Free Software Foundation; either
rpm-build 07bc2b
 * version 2 of the License, or (at your option) any later version.
rpm-build 07bc2b
 *
rpm-build 07bc2b
 * This library is distributed in the hope that it will be useful,
rpm-build 07bc2b
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
rpm-build 07bc2b
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
rpm-build 07bc2b
 * Library General Public License for more details.
rpm-build 07bc2b
 *
rpm-build 07bc2b
 * You should have received a copy of the GNU Library General Public
rpm-build 07bc2b
 * License along with this library; if not, write to the Free Software
rpm-build 07bc2b
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
rpm-build 07bc2b
 */
rpm-build 07bc2b
rpm-build 07bc2b
#ifndef __G_UDEV_H__
rpm-build 07bc2b
#define __G_UDEV_H__
rpm-build 07bc2b
rpm-build 07bc2b
#define _GUDEV_INSIDE_GUDEV_H
rpm-build 07bc2b
#include <gudev/gudevenums.h>
rpm-build 07bc2b
#include <gudev/gudevenumtypes.h>
rpm-build 07bc2b
#include <gudev/gudevtypes.h>
rpm-build 07bc2b
#include <gudev/gudevclient.h>
rpm-build 07bc2b
#include <gudev/gudevdevice.h>
rpm-build 07bc2b
#include <gudev/gudevenumerator.h>
rpm-build 07bc2b
#undef _GUDEV_INSIDE_GUDEV_H
rpm-build 07bc2b
rpm-build 07bc2b
#endif /* __G_UDEV_H__ */