mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-06-12 20:24:15 +08:00
[bsp/raspi3-64]fix gpio drvier
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
#ifndef __CP15_H__
|
||||
#define __CP15_H__
|
||||
|
||||
#include "bcm283x.h"
|
||||
#ifndef __STATIC_FORCEINLINE
|
||||
#define __STATIC_FORCEINLINE __attribute__((always_inline)) static inline
|
||||
#endif
|
||||
|
||||
@@ -12,12 +12,12 @@
|
||||
*/
|
||||
|
||||
#include <rthw.h>
|
||||
#include <board.h>
|
||||
#include <rtthread.h>
|
||||
|
||||
#include "cp15.h"
|
||||
#include "armv8.h"
|
||||
|
||||
#include <board.h>
|
||||
#include "interrupt.h"
|
||||
|
||||
#define MAX_HANDLERS 72
|
||||
|
||||
|
||||
@@ -14,6 +14,8 @@
|
||||
#include <rthw.h>
|
||||
#include <board.h>
|
||||
|
||||
#include "raspi.h"
|
||||
|
||||
#define INT_IRQ 0x00
|
||||
#define INT_FIQ 0x01
|
||||
|
||||
|
||||
Reference in New Issue
Block a user