/[dynamips]/upstream/dynamips-0.2.7-RC1/dev_mpc860.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /upstream/dynamips-0.2.7-RC1/dev_mpc860.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7 - (show annotations)
Sat Oct 6 16:23:47 2007 UTC (16 years, 5 months ago) by dpavlin
File MIME type: text/plain
File size: 696 byte(s)
dynamips-0.2.7-RC1

1 /*
2 * Cisco Router Simulation platform.
3 * Copyright (c) 2005,2006 Christophe Fillot (cf@utc.fr)
4 */
5
6 #ifndef __DEV_MPC860_H__
7 #define __DEV_MPC860_H__
8
9 #include <sys/types.h>
10 #include "utils.h"
11 #include "mips64.h"
12 #include "cpu.h"
13 #include "device.h"
14 #include "net_io.h"
15 #include "vm.h"
16
17 /* Forward declaration for MPC860 private data */
18 struct mpc860_data;
19
20 /* Set IRQ pending status */
21 void mpc860_set_pending_irq(struct mpc860_data *d,m_uint32_t val);
22
23 /* Clear a pending IRQ */
24 void mpc860_clear_pending_irq(struct mpc860_data *d,m_uint32_t val);
25
26 /* Create the MPC860 device */
27 int dev_mpc860_init(vm_instance_t *vm,char *name,
28 m_uint64_t paddr,m_uint32_t len);
29
30 #endif

  ViewVC Help
Powered by ViewVC 1.1.26