[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/2] ios: document ios_get_dev{,_if} in ios.h
From: |
Mohammad-Reza Nabipoor |
Subject: |
Re: [PATCH 1/2] ios: document ios_get_dev{,_if} in ios.h |
Date: |
Mon, 1 May 2023 11:02:39 +0200 |
Hi Jose.
Fixed and pushed to master.
On Mon, May 01, 2023 at 12:39:13AM +0200, Jose E. Marchesi wrote:
>
> > Hi Jose.
> >
> > On Sun, Apr 30, 2023 at 09:53:11PM +0200, Jose E. Marchesi wrote:
> >>
> >> > +
> >> > + Please keep this in-sync with declarations in ios-dev. */
> >>
> >> What do you mean with that?
> >>
> >
> > The following snippet from the end of `libpoke/ios-dev.h':
> >
> > ```c
> > /* A few functions that are defined in ios.c and are intended to be
> > used by IOD implementations. */
> >
> > extern void *ios_get_dev (ios ios);
> > extern struct ios_dev_if *ios_get_dev_if (ios ios);
> > ```
> >
> > If we change the function declaration in `libpoke/ios.h', we have to
> > update these two.
>
> Ah I see. Then please refer to libpoke/ios-dev.h instead of just
> ios-dev.
>
> Thanks! :)
>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [PATCH 1/2] ios: document ios_get_dev{,_if} in ios.h,
Mohammad-Reza Nabipoor <=