From 59618a86669810e5604b68ea1b766109f169b3ba Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Wed, 10 May 1995 05:57:04 +0000 Subject: Create_Chunk_DWIM() is here, though it doesn't quite do what the name implies. --- release/libdisk/libdisk.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'release/libdisk/libdisk.h') diff --git a/release/libdisk/libdisk.h b/release/libdisk/libdisk.h index 728fc2437dfca..767bec0f548a6 100644 --- a/release/libdisk/libdisk.h +++ b/release/libdisk/libdisk.h @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: libdisk.h,v 1.13 1995/05/06 03:28:30 phk Exp $ + * $Id: libdisk.h,v 1.14 1995/05/08 02:08:30 phk Exp $ * */ @@ -199,6 +199,13 @@ Prev_Track_Aligned(struct disk *d, u_long offset); * bios geometry */ +struct chunk * +Create_Chunk_DWIM(struct disk *d, struct chunk *parent , u_long size, chunk_e type, int subtype, u_long flags); + /* This one creates a partition inside the given parent of the given + * size, and returns a pointer to it. The first unused chunk big + * enough is used. + */ + /* * Implementation details >>> DO NOT USE <<< */ -- cgit v1.3