mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-06 15:43:15 +00:00
score/cpu/i386: Clean up file headers in prep for license change.
This commit is contained in:
@@ -1,8 +1,11 @@
|
|||||||
/* cpu_asm.s
|
/**
|
||||||
|
* @file
|
||||||
*
|
*
|
||||||
* This file contains all assembly code for the Intel i386 implementation
|
* This file contains all assembly code for the Intel i386 implementation
|
||||||
* of RTEMS.
|
* of RTEMS.
|
||||||
*
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
* COPYRIGHT (c) 1989-1999.
|
* COPYRIGHT (c) 1989-1999.
|
||||||
* On-Line Applications Research Corporation (OAR).
|
* On-Line Applications Research Corporation (OAR).
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -15,6 +15,8 @@
|
|||||||
* Volume 3 : Architecture and Programming Manual
|
* Volume 3 : Architecture and Programming Manual
|
||||||
*
|
*
|
||||||
* Formerly contained in and extracted from libcpu/i386/cpu.h.
|
* Formerly contained in and extracted from libcpu/i386/cpu.h.
|
||||||
|
*
|
||||||
|
* Applications must not include this file directly.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -24,8 +26,6 @@
|
|||||||
* The license and distribution terms for this file may be
|
* The license and distribution terms for this file may be
|
||||||
* found in the file LICENSE in this distribution or at
|
* found in the file LICENSE in this distribution or at
|
||||||
* http://www.rtems.org/license/LICENSE.
|
* http://www.rtems.org/license/LICENSE.
|
||||||
*
|
|
||||||
* Applications must not include this file directly.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _RTEMS_SCORE_IDTR_H
|
#ifndef _RTEMS_SCORE_IDTR_H
|
||||||
|
|||||||
@@ -4,6 +4,8 @@
|
|||||||
* @brief Intel I386 Interrupt Macros
|
* @brief Intel I386 Interrupt Macros
|
||||||
*
|
*
|
||||||
* Formerly contained in and extracted from libcpu/i386/cpu.h
|
* Formerly contained in and extracted from libcpu/i386/cpu.h
|
||||||
|
*
|
||||||
|
* Applications must not include this file directly.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -12,8 +14,6 @@
|
|||||||
* The license and distribution terms for this file may be
|
* The license and distribution terms for this file may be
|
||||||
* found in the file LICENSE in this distribution or at
|
* found in the file LICENSE in this distribution or at
|
||||||
* http://www.rtems.org/license/LICENSE.
|
* http://www.rtems.org/license/LICENSE.
|
||||||
*
|
|
||||||
* Applications must not include this file directly.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user