cregit-Linux how code gets into the kernel

Release 4.11 arch/arm/mach-prima2/common.h

/*
 * This file contains common function prototypes to avoid externs in the c files.
 *
 * Copyright (c) 2011 Cambridge Silicon Radio Limited, a CSR plc group company.
 *
 * Licensed under GPLv2 or later.
 */

#ifndef __MACH_PRIMA2_COMMON_H__

#define __MACH_PRIMA2_COMMON_H__

#include <linux/init.h>
#include <linux/reboot.h>

#include <asm/mach/time.h>
#include <asm/exception.h>

extern const struct smp_operations sirfsoc_smp_ops;
extern void sirfsoc_secondary_startup(void);
extern void sirfsoc_cpu_die(unsigned int cpu);

extern void __init sirfsoc_of_irq_init(void);
extern asmlinkage void __exception_irq_entry sirfsoc_handle_irq(struct pt_regs *regs);

#ifdef CONFIG_SUSPEND
extern int sirfsoc_pm_init(void);
#else

static inline int sirfsoc_pm_init(void) { return 0; }

Contributors

PersonTokensPropCommitsCommitProp
Shawn Guo12100.00%1100.00%
Total12100.00%1100.00%

#endif #endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Barry Song3741.57%228.57%
Shawn Guo2629.21%114.29%
Binghua Duan2123.60%114.29%
Robin Holt33.37%114.29%
Russell King11.12%114.29%
Masahiro Yamada11.12%114.29%
Total89100.00%7100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.