HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux wordpress-ubuntu-s-2vcpu-4gb-fra1-01 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64
User: root (0)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //lib/modules/5.4.0-152-generic/build/arch/mips/include/asm/mach-pmcs-msp71xx/msp_int.h
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Defines for the MSP interrupt handlers.
 *
 * Copyright (C) 2005, PMC-Sierra, Inc.	 All rights reserved.
 * Author: Andrew Hughes, Andrew_Hughes@pmc-sierra.com
 *
 * ########################################################################
 *
 * ########################################################################
 */

#ifndef _MSP_INT_H
#define _MSP_INT_H

/*
 * The PMC-Sierra MSP product line has at least two different interrupt
 * controllers, the SLP register based scheme and the CIC interrupt
 * controller block mechanism.	This file distinguishes between them
 * so that devices see a uniform interface.
 */

#if defined(CONFIG_IRQ_MSP_SLP)
	#include "msp_slp_int.h"
#elif defined(CONFIG_IRQ_MSP_CIC)
	#include "msp_cic_int.h"
#else
	#error "What sort of interrupt controller does *your* MSP have?"
#endif

#endif /* !_MSP_INT_H */