Changeset fcee56c0 in rtems for c/src/lib/libcpu/powerpc/mpc750
- Timestamp:
- 07/01/99 23:39:13 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 258fd79
- Parents:
- 2a6a029
- Location:
- c/src/lib/libcpu/powerpc/mpc750
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/powerpc/mpc750/clock/c_clock.c
r2a6a029 rfcee56c0 14 14 * the file LICENSE in this distribution or at 15 15 * http://www.OARcorp.com/rtems/license.html. 16 * 17 * Modified to support the MPC750. 18 * Modifications Copyright (c) 1999 Eric Valette valette@crf.canon.fr 16 19 * 17 20 * $Id$ -
c/src/lib/libcpu/powerpc/mpc750/mmu/mmuAsm.S
r2a6a029 rfcee56c0 9 9 * features. 10 10 * 11 * This program is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU General Public License 13 * as published by the Free Software Foundation; either version 14 * 2 of the License, or (at your option) any later version. 11 * The license and distribution terms for this file may be 12 * found in found in the file LICENSE in this distribution or at 13 * http://www.OARcorp.com/rtems/license.html. 15 14 * 16 15 */ 17 16 18 17 #include <libcpu/cpu.h> 19 #include <libcpu/processor.h>20 18 #include <libcpu/io.h> 21 19 #include <rtems/score/targopts.h>
Note: See TracChangeset
for help on using the changeset viewer.