libpart.h

Go to the documentation of this file.
00001 /*
00002 ** libpart.h for  in /root/research/lseosr2/programs/part/libpart
00003 ** 
00004 ** Made Copyright (c)2004 Julien Quintard
00005 ** Login   <quinta_j@epita.fr>
00006 ** 
00007 ** Started on  Thu Mar 11 10:17:45 2004 Julien Quintard
00008 ** Last update Mon Nov 15 15:21:24 2004 Vianney Rancurel
00009 */
00010 #ifndef LIBPART_H
00011 #define LIBPART_H
00012 #include <libc.h>
00013 #include <partvar.h>
00014 
00015 int     part_init(void);
00016 int     part_getactive(t_part *);
00017 int     part_get(u_int32_t, t_part *);
00018 int     part_set(t_part *);
00019 
00020 #endif

Generated on Wed May 24 23:04:18 2006 for LSE/OS by  doxygen 1.4.6