Rev 501 | Rev 532 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 501 | Rev 512 | ||
---|---|---|---|
Line 118... | Line 118... | ||
118 | extern waitq_t ap_completion_wq; |
118 | extern waitq_t ap_completion_wq; |
119 | extern waitq_t kmp_completion_wq; |
119 | extern waitq_t kmp_completion_wq; |
120 | 120 | ||
121 | extern struct smp_config_operations mps_config_operations; |
121 | extern struct smp_config_operations mps_config_operations; |
122 | 122 | ||
123 | extern int mps_irq_to_pin(int irq); |
- | |
124 | - | ||
125 | extern void mps_init(void); |
123 | extern void mps_init(void); |
126 | extern void kmp(void *arg); |
124 | extern void kmp(void *arg); |
127 | 125 | ||
128 | #endif |
126 | #endif |