File: readpart.h

package info (click to toggle)
atari-fdisk 0.7.1-1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 236 kB
  • ctags: 225
  • sloc: ansic: 2,946; makefile: 136; sh: 23
file content (40 lines) | stat: -rw-r--r-- 1,136 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/* readpart.h: read the partition table
 *
 * Copyright (C) 1995-97 Roman Hodek <Roman.Hodek@informatik.uni-erlangen.de>
 *               1996-97 Michael Schlueter <schlue00@marvin.informatik.uni-dortmund.de>
 *
 * This program is free software.  You can redistribute it and/or
 * modify it under the terms of the GNU General Public License as
 * published by the Free Software Foundation: either version 2 or
 * (at your option) any later version.
 *
 */

#ifndef _readpart_h
#define _readpart_h

/* $Id: readpart.h,v 1.3 1997/06/21 20:47:49 rnhodek Exp $
 *
 * $Log: readpart.h,v $
 * Revision 1.3  1997/06/21 20:47:49  rnhodek
 * Added RCS keywords
 *
 * Revision 1.2  1997/06/13 12:50:44  rnhodek
 * Forgot byte swaps on writing
 * 
 * Revision 1.1  1997/06/11 14:36:36  rnhodek
 * Initial revision
 * 
 * Revision 1.1.1.1  1997/06/11 14:36:36  rnhodek
 * Started using CVS for atafdisk
 *
 */

/***************************** Prototypes *****************************/

void swab_rs( struct rootsector *rs );
void get_boot( void );

/************************* End of Prototypes **************************/

#endif  /* _readpart_h */