[PATCH] bsps/aarch64/raspberrypi: Add system timer support

Sebastian Huber sebastian.huber at embedded-brains.de
Sat Apr 13 10:27:08 UTC 2024


On 13.04.24 12:13, Ning Yang wrote:
> diff --git a/bsps/aarch64/raspberrypi/include/bsp/irq.h b/bsps/aarch64/raspberrypi/include/bsp/irq.h
> index 1ff6ae80de..f2dd2f6c14 100644
> --- a/bsps/aarch64/raspberrypi/include/bsp/irq.h
> +++ b/bsps/aarch64/raspberrypi/include/bsp/irq.h
> @@ -9,6 +9,7 @@
>   /**
>    * Copyright (c) 2013 Alan Cudmore
>    * Copyright (c) 2022 Mohd Noor Aman
> + * Copyright (c) 2024 Ning Yang
>    *
>    *  The license and distribution terms for this file may be
>    *  found in the file LICENSE in this distribution or at
> @@ -24,6 +25,7 @@
>   
>   #include <rtems.h>
>   #include <dev/irq/arm-gic-irq.h>
> +#include <rtems/irq.h>

This is a legacy API, please don't include this header.

-- 
embedded brains GmbH & Co. KG
Herr Sebastian HUBER
Dornierstr. 4
82178 Puchheim
Germany
email: sebastian.huber at embedded-brains.de
phone: +49-89-18 94 741 - 16
fax:   +49-89-18 94 741 - 08

Registergericht: Amtsgericht München
Registernummer: HRB 157899
Vertretungsberechtigte Geschäftsführer: Peter Rasmussen, Thomas Dörfler
Unsere Datenschutzerklärung finden Sie hier:
https://embedded-brains.de/datenschutzerklaerung/


More information about the devel mailing list