proto.h (2d8ad8719591fa803b0d589ed057fa46f49b7155) proto.h (85d0b3a573d8b711ee0c96199ac24a0f3283ed68)
1#include <linux/interrupt.h>
2#include <linux/io.h>
3
4#include <asm/pgtable.h>
5
6/* Prototypes of functions used across modules here in this directory. */
7
8#define vucp volatile unsigned char *

--- 130 unchanged lines hidden (view full) ---

139
140/* bios32.c */
141/* extern void reset_for_srm(void); */
142
143/* time.c */
144extern irqreturn_t timer_interrupt(int irq, void *dev);
145extern void common_init_rtc(void);
146extern unsigned long est_cycle_freq;
1#include <linux/interrupt.h>
2#include <linux/io.h>
3
4#include <asm/pgtable.h>
5
6/* Prototypes of functions used across modules here in this directory. */
7
8#define vucp volatile unsigned char *

--- 130 unchanged lines hidden (view full) ---

139
140/* bios32.c */
141/* extern void reset_for_srm(void); */
142
143/* time.c */
144extern irqreturn_t timer_interrupt(int irq, void *dev);
145extern void common_init_rtc(void);
146extern unsigned long est_cycle_freq;
147extern unsigned int common_get_rtc_time(struct rtc_time *time);
148extern int common_set_rtc_time(struct rtc_time *time);
149
150/* smc37c93x.c */
151extern void SMC93x_Init(void);
152
153/* smc37c669.c */
154extern void SMC669_Init(int);
155
156/* es1888.c */

--- 68 unchanged lines hidden ---
147
148/* smc37c93x.c */
149extern void SMC93x_Init(void);
150
151/* smc37c669.c */
152extern void SMC669_Init(int);
153
154/* es1888.c */

--- 68 unchanged lines hidden ---