libudev-private.h revision 37372bbc38d8542f482d90b26c90714429584421
/*
* libudev - interface to udev device information
*
* Copyright (C) 2008 Kay Sievers <kay.sievers@vrfy.org>
*
* 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, see <http://www.gnu.org/licenses/>.
*/
#ifndef _LIBUDEV_PRIVATE_H_
#define _LIBUDEV_PRIVATE_H_
#include "config.h"
#include <syslog.h>
#include "libudev.h"
#include "../udev.h"
#ifdef USE_LOG
#ifdef USE_DEBUG
#else
#endif /* USE_DEBUG */
#else
#endif
/* libudev */
const char *format, ...)
/* libudev-device */
/* udev_ctrl - daemon runtime setup */
struct udev_ctrl;
struct udev_ctrl_msg;
/* libudev-utils */
extern ssize_t util_get_sys_subsystem(struct udev *udev, const char *devpath, char *subsystem, size_t size);
#endif