linux-surface/include/keys/ceph-type.h

9 lines
123 B
C
Raw Normal View History

2017-08-10 13:25:24 +00:00
#ifndef _KEYS_CEPH_TYPE_H
#define _KEYS_CEPH_TYPE_H
#include <linux/key.h>
extern struct key_type key_type_ceph;
#endif