/* * Copyright (C) 2006-2009 Red Hat, Inc. * * This file is released under the LGPL. */#ifndef __DM_LOG_USERSPACE_TRANSFER_H__#define __DM_LOG_USERSPACE_TRANSFER_H__#define DM_MSG_PREFIX "dm-log-userspace"intdm_ulog_tfr_init(void);voiddm_ulog_tfr_exit(void);intdm_consult_userspace(constchar*uuid,intrequest_type,char*data,size_tdata_size,char*rdata,size_t*rdata_size);#endif /* __DM_LOG_USERSPACE_TRANSFER_H__ */