summaryrefslogtreecommitdiffstats
path: root/include/minix.h
Commit message (Collapse)AuthorAgeFilesLines
* libblkid: arch independent minix detectionKarel Zak2013-04-151-3/+6
| | | | | | | It seems that on-disk MINIX FS superblock is native-endian. Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=833841 Signed-off-by: Karel Zak <kzak@redhat.com>
* minix: add MINIX_ prefix to some global macrosKarel Zak2011-07-211-6/+7
| | | | | | ... and remove some tailing whitespaces. Signed-off-by: Karel Zak <kzak@redhat.com>
* minix: cleanup global variables and macrosKarel Zak2011-07-211-16/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libblkid: move MINIX_MAXPARTITIONS to minix.hSami Kerola2011-07-201-0/+5
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* minix: move globals and inline functions to minix_programs.hSami Kerola2011-07-201-99/+0Star
| | | | | | | | | | Global variables and inline functions are moved from minix.h to minix_programs.h which is included in mkfs.minix and fsck.minix. The minix.h will have only struct definitions etc generic contents which is reasonable to share with utilities and libraries. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* libblkid: use MINIX_BLOCK_SIZE from minix.hSami Kerola2011-07-201-6/+6
| | | | | | | | | | In the minix.h two definitions where renamed, so that the single definition is reusable in fsck.minix, mkfs.minix and libblkid. BLOCK_SIZE_BITS -> MINIX_BLOCK_SIZE_BITS BLOCK_SIZE -> MINIX_BLOCK_SIZE Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* include: move minix.h to include directorySami Kerola2011-07-201-0/+191
Signed-off-by: Sami Kerola <kerolasa@iki.fi>