4b2a58abd1
This allows us to use existence of the key type as a feature test, from userspace. Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com> Signed-off-by: Sage Weil <sage@newdream.net>
9 lines
123 B
C
9 lines
123 B
C
#ifndef _KEYS_CEPH_TYPE_H
|
|
#define _KEYS_CEPH_TYPE_H
|
|
|
|
#include <linux/key.h>
|
|
|
|
extern struct key_type key_type_ceph;
|
|
|
|
#endif
|