Re: [PATCH v3 27/32] Mini-OS: add EXPORT_SYMBOL() instances to pcifront.c

2023-11-27 Thread Samuel Thibault
Juergen Gross, le lun. 27 nov. 2023 11:25:18 +0100, a ecrit: > Add the needed instances of EXPORT_SYMBOL() to pcifront.c. > > Signed-off-by: Juergen Gross Reviewed-by: Samuel Thibault > --- > V3: > - new patch > --- > pcifront.c | 11 ++- > 1 file changed, 10 insertions(+), 1 deletion

[PATCH v3 27/32] Mini-OS: add EXPORT_SYMBOL() instances to pcifront.c

2023-11-27 Thread Juergen Gross
Add the needed instances of EXPORT_SYMBOL() to pcifront.c. Signed-off-by: Juergen Gross --- V3: - new patch --- pcifront.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/pcifront.c b/pcifront.c index 56423562..f1d69396 100644 --- a/pcifront.c +++ b/pcifront.c @@