~jonathank89/burg/burg-percise

« back to all changes in this revision

Viewing changes to commands/i386/pc/pxecmd.c

merge mainline into mips

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#include <grub/misc.h>
23
23
#include <grub/machine/pxe.h>
24
24
#include <grub/command.h>
 
25
#include <grub/i18n.h>
25
26
 
26
27
static grub_err_t
27
28
grub_cmd_pxe_unload (grub_command_t cmd __attribute__ ((unused)),
42
43
{
43
44
  cmd = grub_register_command ("pxe_unload", grub_cmd_pxe_unload,
44
45
                               0,
45
 
                               "Unload PXE environment.");
 
46
                               N_("Unload PXE environment."));
46
47
}
47
48
 
48
49
GRUB_MOD_FINI(pxecmd)