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