source: rtems/tools/cpu/nios2/linkcmds.h @ c499856

4.115
Last change on this file since c499856 was c499856, checked in by Chris Johns <chrisj@…>, on 03/20/14 at 21:10:47

Change all references of rtems.com to rtems.org.

  • Property mode set to 100644
File size: 492 bytes
RevLine 
[d751cec]1/*
2 *  Copyright (c) 2006 Kolja Waschk rtemsdev/ixo.de
3 *
4 *  The license and distribution terms for this file may be
5 *  found in the file LICENSE in this distribution or at
[c499856]6 *  http://www.rtems.org/license/LICENSE.
[d751cec]7 */
8
9#ifndef __LINKCMDS_H
10#define __LINKCMDS_H 1
11
12#include <stdio.h>
13#include <stdlib.h>
14#include <string.h>
15
16#include "ptf.h"
17#include "devices.h"
18
19void fwrite_linkcmds_file(FILE *file, struct ptf *cfg, struct ptf *cpu, device_desc *devices, memory_desc *memory);
20
21#endif
22
23
Note: See TracBrowser for help on using the repository browser.