Re: [PATCH 08/18] kern/boot_script.c: move struct definitions to a header file
Marin Ramesa, le Fri 06 Dec 2013 16:29:50 +0100, a écrit : > * kern/boot_script.c (sym, arg): Move struct definitions to > kern/boot_script.h. Ditto. > --- > kern/boot_script.c | 41 - > kern/boot_script.h | 39 +++ > 2
[PATCH 08/18] kern/boot_script.c: move struct definitions to a header file
* kern/boot_script.c (sym, arg): Move struct definitions to kern/boot_script.h. --- kern/boot_script.c | 41 - kern/boot_script.h | 39 +++ 2 files changed, 39 insertions(+), 41 deletions(-) diff --git a/kern/boot_script