]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/um/include/os.h
[PATCH] uml: umid cleanup
[karo-tx-linux.git] / arch / um / include / os.h
index 2cccfa5b8ab5f53cc5f340800b1486bf3b582925..c279ee6d89e44d33a4207b13e52b0096dfd674b1 100644 (file)
@@ -213,15 +213,10 @@ extern int run_helper_thread(int (*proc)(void *), void *arg,
                             int stack_order);
 extern int helper_wait(int pid);
 
-#endif
+/* umid.c */
 
-/*
- * Overrides for Emacs so that we follow Linus's tabbing style.
- * Emacs will notice this stuff at the end of the file and automatically
- * adjust the settings for this buffer only.  This must remain at the end
- * of the file.
- * ---------------------------------------------------------------------------
- * Local variables:
- * c-file-style: "linux"
- * End:
- */
+extern int umid_file_name(char *name, char *buf, int len);
+extern int set_umid(char *name);
+extern char *get_umid(void);
+
+#endif