*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
[oweals/busybox.git] / libbb / device_open.c
index 6907e98148ceec32d8f255881f5c2a7cc54f2fad..cf8bcf6467debd9508fd594a51292c5c910b228a 100644 (file)
@@ -10,7 +10,7 @@
 #include "libbb.h"
 
 /* try to open up the specified device */
-int device_open(const char *device, int mode)
+int FAST_FUNC device_open(const char *device, int mode)
 {
        int m, f, fd;