diff options
Diffstat (limited to 'src/drivers/bus/isa.c')
-rw-r--r-- | src/drivers/bus/isa.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/drivers/bus/isa.c b/src/drivers/bus/isa.c index eb49fbf2f..f458826d8 100644 --- a/src/drivers/bus/isa.c +++ b/src/drivers/bus/isa.c @@ -6,6 +6,8 @@ #include <gpxe/io.h> #include <gpxe/isa.h> +FILE_LICENCE ( GPL2_OR_LATER ); + /* * isa.c implements a "classical" port-scanning method of ISA device * detection. The driver must provide a list of probe addresses |