diff options
Diffstat (limited to 'include/asm-i386/u-boot.h')
| -rw-r--r-- | include/asm-i386/u-boot.h | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/include/asm-i386/u-boot.h b/include/asm-i386/u-boot.h index 346673228..1e19f8f3d 100644 --- a/include/asm-i386/u-boot.h +++ b/include/asm-i386/u-boot.h @@ -24,6 +24,13 @@   * along with this program; if not, write to the Free Software   * Foundation, Inc., 59 Temple Place, Suite 330, Boston,   * MA 02111-1307 USA + * + ******************************************************************** + * NOTE: This header file defines an interface to U-Boot. Including + * this (unmodified) header file in another file is considered normal + * use of U-Boot, and does *not* fall under the heading of "derived + * work". + ********************************************************************   */  #ifndef _U_BOOT_H_ |