xref: /minix3/minix/drivers/storage/ramdisk/proto (revision c58da9fbc35f86051ff0a75e6dd91e937d83cfff)
1433d6423SLionel Sambucboot
2433d6423SLionel Sambuc0 0
3433d6423SLionel Sambucd--755 0 0
4433d6423SLionel Sambuc	bin d--755 0 0
5433d6423SLionel Sambuc#ifdef __i386__
6433d6423SLionel Sambuc		cdprobe ---755 0 0 cdprobe
7433d6423SLionel Sambuc#endif
8433d6423SLionel Sambuc		sysenv ---755 0 0 sysenv
9433d6423SLionel Sambuc#if RAMDISK_SMALL == 1
10433d6423SLionel Sambuc		fsck_mfs ---755 0 0 fsck_mfs
11433d6423SLionel Sambuc#endif
12433d6423SLionel Sambuc		mount ---755 0 0 mount
13433d6423SLionel Sambuc		umount ---755 0 0 umount
14433d6423SLionel Sambuc		grep ---755 0 0 grep
15433d6423SLionel Sambuc		sh ---755 0 0 sh
16*c58da9fbSDavid van Moolenbroek	$
17*c58da9fbSDavid van Moolenbroek	sbin d--755 0 0
18*c58da9fbSDavid van Moolenbroek		minix-service ---755 0 0 minix-service
19433d6423SLionel Sambuc	$
2050a1aef1SLionel Sambuc	service d--755 0 0
21433d6423SLionel Sambuc#ifdef __i386__
22433d6423SLionel Sambuc		floppy ---755 0 0 floppy
23433d6423SLionel Sambuc		ahci ---755 0 0 ahci
24433d6423SLionel Sambuc		virtio_blk ---755 0 0 virtio_blk
25433d6423SLionel Sambuc		at_wini ---755 0 0 at_wini
26433d6423SLionel Sambuc		pckbd ---755 0 0 pckbd
2792dfb2dcSrlfnb		pci ---755 0 0 pci
2892dfb2dcSrlfnb		isofs ---755 0 0 isofs
2992dfb2dcSrlfnb#if RAMDISK_INC_ACPI == 1
3092dfb2dcSrlfnb		acpi ---755 0 0 acpi
3192dfb2dcSrlfnb#endif
32433d6423SLionel Sambuc#if RAMDISK_SMALL == 1
33433d6423SLionel Sambuc		ext2 ---755 0 0 ext2
34433d6423SLionel Sambuc#endif
35433d6423SLionel Sambuc#endif
36433d6423SLionel Sambuc#ifdef __arm__
37433d6423SLionel Sambuc		mmc ---755 0 0 mmc
38433d6423SLionel Sambuc#endif
39433d6423SLionel Sambuc		mfs ---755 0 0 mfs
40433d6423SLionel Sambuc		procfs ---755 0 0 procfs
41433d6423SLionel Sambuc		input ---755 0 0 input
42433d6423SLionel Sambuc	$
4350a1aef1SLionel Sambuc	usr d--755 0 0
4450a1aef1SLionel Sambuc		bin d--755 0 0
4550a1aef1SLionel Sambuc			loadramdisk ---755 0 0 loadramdisk
4650a1aef1SLionel Sambuc		$
47433d6423SLionel Sambuc	$
48433d6423SLionel Sambuc	proc d--755 0 0
49433d6423SLionel Sambuc	$
50433d6423SLionel Sambuc	dev d--755 0 0
51433d6423SLionel Sambuc#include "proto.dev"
52433d6423SLionel Sambuc	$
53433d6423SLionel Sambuc#include "proto.common.etc"
54433d6423SLionel Sambuc#if RAMDISK_DYNAMIC == 1
55433d6423SLionel Sambuc#include "proto.common.dynamic"
56433d6423SLionel Sambuc#endif
57433d6423SLionel Sambuc$
58