blob: a7bcafef2a5bc3b260c7164b4ff1554f5ba67c47 [file] [log] [blame]
#ifndef SEC_CLASS_H
#define SEC_CLASS_H
#ifdef CONFIG_DRV_SAMSUNG
extern struct device *sec_device_create(void *drvdata, const char *fmt);
extern void sec_device_destroy(dev_t devt);
#else
#define sec_device_create(a, b) (-1)
#define sec_device_destroy(a) do { } while (0)
#endif
#endif /* SEC_CLASS_H */