android_kernel_lenovo_1050f/include/keys/ceph-type.h

9 lines
123 B
C
Raw Normal View History

2020-06-06 17:20:15 +00:00
#ifndef _KEYS_CEPH_TYPE_H
#define _KEYS_CEPH_TYPE_H
#include <linux/key.h>
extern struct key_type key_type_ceph;
#endif