~ubuntu-branches/debian/sid/grub2/sid-200907171837

« back to all changes in this revision

Viewing changes to include/grub/util/deviceiter.h

  • Committer: Bazaar Package Importer
  • Author(s): Robert Millan
  • Date: 2009-07-02 13:23:51 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20090702132351-tanpn0ryyijp93gu
Tags: 1.96+20090702-1
* New SVN snapshot.
* rules: Remove duplicated files in sparc64-ieee1275 port.
* rules: Comment out -DGRUB_ASSUME_LINUX_HAS_FB_SUPPORT=1 setting.  We'll
  re-evaluate using it when it's more mature.  (Closes: #535026).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef GRUB_DEVICEITER_MACHINE_UTIL_HEADER
 
2
#define GRUB_DEVICEITER_MACHINE_UTIL_HEADER     1
 
3
 
 
4
#include <config.h>
 
5
 
 
6
void grub_util_iterate_devices (int NESTED_FUNC_ATTR (*hook) (const char *, int),
 
7
                                int floppy_disks);
 
8
void grub_util_emit_devicemap_entry (FILE *fp, char *name, int is_floppy,
 
9
                                     int *num_fd, int *num_hd);
 
10
 
 
11
#endif /* ! GRUB_DEVICEITER_MACHINE_UTIL_HEADER */