1 2 3 4 5 6 7 8
#pragma once #include <linux/types.h> #include <linux/platform_device.h> int lork_probe(struct platform_device*); int lork_remove(struct platform_device*);