Changeset f14291b in mainline for kernel/arch/mips32/include/smp/dorder.h
- Timestamp:
- 2010-10-19T20:55:53Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a93d79a
- Parents:
- 1882525 (diff), a7a85d16 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/include/smp/dorder.h
r1882525 rf14291b 1 1 /* 2 * Copyright (c) 20 10Martin Decky2 * Copyright (c) 2007 Martin Decky 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup netif_standalone 30 * @{ 29 /** @addtogroup mips32 30 * @{ 31 */ 32 /** @file 31 33 */ 32 34 33 #ifndef __NETIF_NIL_BUNDLE_H__34 #define __NETIF_NIL_BUNDLE_H__35 #ifndef KERN_mips32_DORDER_H_ 36 #define KERN_mips32_DORDER_H_ 35 37 36 #include <ipc/ipc.h> 37 #include <async.h> 38 #include <typedefs.h> 38 39 39 extern int netif_nil_module_message(const char *, ipc_callid_t, ipc_call_t *, 40 ipc_call_t *, int *); 41 extern int netif_nil_module_start(async_client_conn_t); 40 extern uint32_t dorder_cpuid(void); 41 extern void dorder_ipi_ack(uint32_t); 42 42 43 43 #endif
Note:
See TracChangeset
for help on using the changeset viewer.