~ubuntu-branches/debian/stretch/grub2/stretch

« back to all changes in this revision

Viewing changes to include/grub/emu/misc.h

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2010-06-15 12:45:35 UTC
  • mto: (1.14.1 upstream) (17.3.18 experimental)
  • mto: This revision was merged to the branch mainline in revision 36.
  • Revision ID: james.westby@ubuntu.com-20100615124535-9vfbis4kzv0h5bgy
Tags: upstream-1.98+20100614
ImportĀ upstreamĀ versionĀ 1.98+20100614

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
char * EXPORT_FUNC(xasprintf) (const char *fmt, ...);
49
49
extern char * canonicalize_file_name (const char *path);
50
50
 
 
51
#ifdef HAVE_DEVICE_MAPPER
 
52
int grub_device_mapper_supported (void);
 
53
#endif
 
54
 
51
55
#endif /* GRUB_EMU_MISC_H */