david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[legal] Add FILE_LICENCE declaration to romprefix.S

This commit is contained in:
Michael Brown 2009-05-18 09:33:36 +01:00
parent c44a193d0d
commit f4bf4e69f7
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@
* table so using a noticeable amount of stack space is a no-no.
*/
FILE_LICENCE ( GPL2_OR_LATER )
#include <config/general.h>
#define PNP_SIGNATURE ( '$' + ( 'P' << 8 ) + ( 'n' << 16 ) + ( 'P' << 24 ) )