generic: routerboot sysfs: move tag_show_u32()
[openwrt/staging/luka.git] / target / linux / generic / files / drivers / platform / mikrotik / routerboot.h
index 5b644db4fef89bc939b678016b95f11bd03477ef..67d89808d566bccb8c2afe3bd87e03cc83fbea39 100644 (file)
@@ -32,5 +32,6 @@ int __init rb_softconfig_init(struct kobject *rb_kobj);
 void __exit rb_softconfig_exit(void);
 
 ssize_t routerboot_tag_show_string(const u8 *pld, u16 pld_len, char *buf);
+ssize_t routerboot_tag_show_u32s(const u8 *pld, u16 pld_len, char *buf);
 
 #endif /* _ROUTERBOOT_H_ */