Blame view

drivers/md/dm-log-userspace-transfer.h 467 Bytes
f5db4af46   Jonthan Brassow   dm raid1: add use...
1
2
3
4
5
6
7
8
9
10
11
12
13
  /*
   * 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"
  
  int dm_ulog_tfr_init(void);
  void dm_ulog_tfr_exit(void);
7ec23d509   Jonathan Brassow   dm log: userspace...
14
  int dm_consult_userspace(const char *uuid, uint64_t luid, int request_type,
f5db4af46   Jonthan Brassow   dm raid1: add use...
15
16
17
18
  			 char *data, size_t data_size,
  			 char *rdata, size_t *rdata_size);
  
  #endif /* __DM_LOG_USERSPACE_TRANSFER_H__ */