summaryrefslogtreecommitdiffstats
path: root/isys/isys.h
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2007-12-05 17:40:34 -0500
committerBill Nottingham <notting@redhat.com>2007-12-07 13:24:34 -0500
commitd2f5be7dae402d2781b22dce3bd0d59389586729 (patch)
tree4ee3706732ec56676c0a2cc181ded3fc71df4497 /isys/isys.h
parent7ec3ee57ca26c7d4fdb29d102deb6cadf79bc04d (diff)
downloadanaconda-d2f5be7dae402d2781b22dce3bd0d59389586729.tar.gz
anaconda-d2f5be7dae402d2781b22dce3bd0d59389586729.tar.xz
anaconda-d2f5be7dae402d2781b22dce3bd0d59389586729.zip
Get out of the business of creating device nodes.
Diffstat (limited to 'isys/isys.h')
-rw-r--r--isys/isys.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/isys/isys.h b/isys/isys.h
index d49dc2d11..3af91fd7a 100644
--- a/isys/isys.h
+++ b/isys/isys.h
@@ -9,9 +9,6 @@
#define EARLY_SWAP_RAM 270000
#endif
-/* returns -2 for errno, -1 for unknown device */
-int devMakeInode(char * devName, char * path);
-
int insmod(char * modName, char * path, char ** args);
int rmmod(char * modName);