summaryrefslogtreecommitdiff
path: root/include/devices.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/devices.h')
-rw-r--r--include/devices.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/devices.h b/include/devices.h
index 490016b69..6b78d5888 100644
--- a/include/devices.h
+++ b/include/devices.h
@@ -94,6 +94,7 @@ int devices_init (void);
int device_deregister(char *devname);
struct list_head* device_get_list(void);
device_t* device_get_by_name(char* name);
+device_t* device_clone(device_t *dev);
#ifdef CONFIG_LCD
int drv_lcd_init (void);