Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
walnut.h
Package: linux-2.4.20.tar.gz [view]
Upload User: jlfgdled
Upload Date: 2013-04-10
Package Size: 33168k
Code Size: 1k
Category:
Linux-Unix program
Development Platform:
Unix_Linux
- /*
- * BK Id: SCCS/s.walnut_setup.h 1.5 05/17/01 18:14:22 cort
- */
- /*
- *
- * Copyright (c) 1999-2000 Grant Erickson <grant@lcse.umn.edu>
- *
- * Module name: walnut_setup.c
- *
- * Description:
- * Architecture- / platform-specific boot-time initialization code for
- * the IBM PowerPC 405GP "Walnut" evaluation board. Adapted from original
- * code by Gary Thomas, Cort Dougan <cort@cs.nmt.edu>, and Dan Malek
- * <dan@netx4.com>.
- *
- */
- #ifndef __WALNUT_SETUP_H__
- #define __WALNUT_SETUP_H__
- #include <asm/ptrace.h>
- #include <asm/board.h>
- #ifdef __cplusplus
- extern "C" {
- #endif
- extern unsigned char __res[sizeof(bd_t)];
- extern void walnut_init(unsigned long r3,
- unsigned long ird_start,
- unsigned long ird_end,
- unsigned long cline_start,
- unsigned long cline_end);
- extern void walnut_setup_arch(void);
- extern int walnut_setup_residual(char *buffer);
- extern void walnut_init_IRQ(void);
- extern int walnut_get_irq(struct pt_regs *regs);
- extern void walnut_restart(char *cmd);
- extern void walnut_power_off(void);
- extern void walnut_halt(void);
- extern void walnut_time_init(void);
- extern int walnut_set_rtc_time(unsigned long now);
- extern unsigned long walnut_get_rtc_time(void);
- extern void walnut_calibrate_decr(void);
- #ifdef __cplusplus
- }
- #endif
- #endif /* __WALNUT_SETUP_H__ */