/[grub]/grub2/include/grub/device.h
ViewVC logotype

Diff of /grub2/include/grub/device.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by okuji, Wed Jul 20 20:30:45 2005 UTC revision 1.5 by okuji, Sat Aug 20 07:49:01 2005 UTC
# Line 37  typedef struct grub_device *grub_device_ Line 37  typedef struct grub_device *grub_device_
37    
38  grub_device_t EXPORT_FUNC(grub_device_open) (const char *name);  grub_device_t EXPORT_FUNC(grub_device_open) (const char *name);
39  grub_err_t EXPORT_FUNC(grub_device_close) (grub_device_t device);  grub_err_t EXPORT_FUNC(grub_device_close) (grub_device_t device);
40    int EXPORT_FUNC(grub_device_iterate) (int (*hook) (const char *name));
41    
42  #endif /* ! GRUB_DEVICE_HEADER */  #endif /* ! GRUB_DEVICE_HEADER */

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26