~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/arch/m68k/include/asm/machdep.h

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /arch/m68k/include/asm/machdep.h (Architecture mips) and /arch/i386/include/asm-i386/machdep.h (Architecture i386)


  1 /* SPDX-License-Identifier: GPL-2.0 */              1 
  2 #ifndef _M68K_MACHDEP_H                           
  3 #define _M68K_MACHDEP_H                           
  4                                                   
  5 #include <linux/seq_file.h>                       
  6 #include <linux/interrupt.h>                      
  7 #include <linux/time.h>                           
  8                                                   
  9 struct pt_regs;                                   
 10 struct mktime;                                    
 11 struct rtc_time;                                  
 12 struct rtc_pll_info;                              
 13 struct buffer_head;                               
 14                                                   
 15 extern void (*mach_sched_init) (void);            
 16 /* machine dependent irq functions */             
 17 extern void (*mach_init_IRQ) (void);              
 18 extern void (*mach_get_model) (char *model);      
 19 extern void (*mach_get_hardware_list) (struct     
 20 /* machine dependent timer functions */           
 21 extern int (*mach_hwclk)(int, struct rtc_time*    
 22 extern int (*mach_get_rtc_pll)(struct rtc_pll_    
 23 extern int (*mach_set_rtc_pll)(struct rtc_pll_    
 24 extern void (*mach_reset)( void );                
 25 extern void (*mach_halt)( void );                 
 26 extern unsigned long (*mach_hd_init) (unsigned    
 27 extern void (*mach_hd_setup)(char *, int *);      
 28 extern void (*mach_heartbeat) (int);              
 29 extern void (*mach_l2_flush) (int);               
 30 extern void (*mach_beep) (unsigned int, unsign    
 31                                                   
 32 /* Hardware clock functions */                    
 33 extern void hw_timer_init(void);                  
 34 #ifdef CONFIG_HEARTBEAT                           
 35 extern void timer_heartbeat(void);                
 36 #else                                             
 37 static inline void timer_heartbeat(void)          
 38 {                                                 
 39 }                                                 
 40 #endif                                            
 41                                                   
 42 extern void config_BSP(char *command, int len)    
 43                                                   
 44 #endif /* _M68K_MACHDEP_H */                      
 45                                                   

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php