grub/include
Vladimir 'phcoder' Serbinenko b00d7fb6c5 Make list_push and list_remove functions rather than inline functions
to decrease size and avoid aliasing violations.

	* include/grub/list.h (grub_list_push): Move to ...
	* grub-core/kern/list.c (grub_list_push): ... here. Don't inline.
	* include/grub/list.h (grub_list_remove): Move to ...
	* grub-core/kern/list.c (grub_list_remove): ... here. Don't inline.
2012-02-22 05:01:20 +01:00
..
grub Make list_push and list_remove functions rather than inline functions 2012-02-22 05:01:20 +01:00
multiboot.h * grub-core/loader/i386/multiboot_mbi.c (grub_fill_multiboot_mmap): 2010-09-21 02:06:14 +02:00
multiboot2.h * grub-core/loader/i386/multiboot_mbi.c (grub_fill_multiboot_mmap): 2010-09-21 02:06:14 +02:00