~ubuntu-branches/ubuntu/trusty/grub2/trusty-updates

« back to all changes in this revision

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

Tags: upstream-1.99~20101122
ImportĀ upstreamĀ versionĀ 1.99~20101122

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#ifndef GRUB_OFPATH_MACHINE_UTIL_HEADER
2
2
#define GRUB_OFPATH_MACHINE_UTIL_HEADER 1
3
3
 
4
 
char *grub_util_devname_to_ofpath (char *devname);
 
4
char *grub_util_devname_to_ofpath (const char *devname);
5
5
 
6
6
#endif /* ! GRUB_OFPATH_MACHINE_UTIL_HEADER */