ceph-type.h 123 B

12345678
  1. #ifndef _KEYS_CEPH_TYPE_H
  2. #define _KEYS_CEPH_TYPE_H
  3. #include <linux/key.h>
  4. extern struct key_type key_type_ceph;
  5. #endif