[Skiboot] [PATCH 3/7] npu: Fix include in header
Alistair Popple
alistair at popple.id.au
Thu Mar 17 16:08:54 AEDT 2016
On Tue, 15 Mar 2016 18:33:53 Russell Currey wrote:
> If npu.h were to be used outside of hw/*, it fails to find the out_be64
Well more correctly anything that doesn't already include io.h :)
> symbol which is defined in io.h. Fix that up by making it a requirement
> of npu.h.
Acked-By: Alistair Popple <alistair at popple.id.au>
> Signed-off-by: Russell Currey <ruscur at russell.cc>
> ---
> include/npu.h | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/include/npu.h b/include/npu.h
> index 389b732..0b2d984 100644
> --- a/include/npu.h
> +++ b/include/npu.h
> @@ -17,6 +17,8 @@
> #ifndef __NPU_H
> #define __NPU_H
>
> +#include <io.h>
> +
> /* Number of PEs supported */
> #define NPU_NUM_OF_PES 4
>
>
More information about the Skiboot
mailing list