Linux Audio

Check our new training course

Embedded Linux Audio

Check our new training course
with Creative Commons CC-BY-SA
lecture materials

Bootlin logo

Elixir Cross Referencer

Loading...
/*
 *  include/asm-arm/bugs.h
 *
 *  Copyright (C) 1995  Russell King
 */
#ifndef __ASM_BUGS_H
#define __ASM_BUGS_H

#include <asm/proc-fns.h>

#define check_bugs() cpu_check_bugs()

#endif