Blame view

include/keys/ceph-type.h 123 Bytes
4b2a58abd   Tommi Virtanen   libceph: Create a...
1
2
3
4
5
6
7
8
  #ifndef _KEYS_CEPH_TYPE_H
  #define _KEYS_CEPH_TYPE_H
  
  #include <linux/key.h>
  
  extern struct key_type key_type_ceph;
  
  #endif