1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-06 08:26:52 +03:00
systemd/extras/volume_id/volume_id_logging.h

22 lines
384 B
C
Raw Normal View History

/*
* volume_id_logging - this file is used to map the dbg() function
* to the host logging facility
*
*/
#ifndef _VOLUME_ID_LOGGING_H_
#define _VOLUME_ID_LOGGING_H_
#ifndef _GNU_SOURCE
#define _GNU_SOURCE 1
#endif
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/* just use the udev version*/
#include "../../logging.h"
#endif /* _VOLUME_ID_LOGGING_H_ */