From: Dave Penkler <dpenkler@gmail.com>
To: gregkh@linuxfoundation.org, linux-staging@lists.linux.dev,
linux-kernel@vger.kernel.org
Cc: Dave Penkler <dpenkler@gmail.com>
Subject: [PATCH 08/11] uapi: linux: Add common gpib interface headers
Date: Mon, 10 Nov 2025 11:25:04 +0100 [thread overview]
Message-ID: <20251110102507.1445-9-dpenkler@gmail.com> (raw)
In-Reply-To: <20251110102507.1445-1-dpenkler@gmail.com>
The gpib user space library needs these include files in order
to communicate with the drivers. Copies of these includes were
previously used to build the user space library. Post destaging
they can use the includes from the kernel headers.
Signed-off-by: Dave Penkler <dpenkler@gmail.com>
---
{drivers/staging/gpib/uapi => include/uapi/linux}/gpib.h | 0
{drivers/staging/gpib/uapi => include/uapi/linux}/gpib_ioctl.h | 0
2 files changed, 0 insertions(+), 0 deletions(-)
rename {drivers/staging/gpib/uapi => include/uapi/linux}/gpib.h (100%)
rename {drivers/staging/gpib/uapi => include/uapi/linux}/gpib_ioctl.h (100%)
diff --git a/drivers/staging/gpib/uapi/gpib.h b/include/uapi/linux/gpib.h
similarity index 100%
rename from drivers/staging/gpib/uapi/gpib.h
rename to include/uapi/linux/gpib.h
diff --git a/drivers/staging/gpib/uapi/gpib_ioctl.h b/include/uapi/linux/gpib_ioctl.h
similarity index 100%
rename from drivers/staging/gpib/uapi/gpib_ioctl.h
rename to include/uapi/linux/gpib_ioctl.h
--
2.51.2
next prev parent reply other threads:[~2025-11-10 10:25 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-10 10:24 [PATCH 00/11] staging: gpib: Destage gpib drivers Dave Penkler
2025-11-10 10:24 ` [PATCH 01/11] staging: Remove gpib Kconfig option from staging Dave Penkler
2025-11-10 10:24 ` [PATCH 02/11] staging: Remove build of gpib drivers from Makefile Dave Penkler
2025-11-10 10:35 ` Johan Hovold
2025-11-10 10:24 ` [PATCH 03/11] staging: gpib: Remove gpib/uapi from search path Dave Penkler
2025-11-10 10:25 ` [PATCH 04/11] staging: gpib: Change file path for uapi headers Dave Penkler
2025-11-10 10:25 ` [PATCH 05/11] staging: gpib: Update TODO file Dave Penkler
2025-11-10 10:25 ` [PATCH 06/11] staging: gpib: Change gpib Kconfig option title Dave Penkler
2025-11-10 10:25 ` [PATCH 07/11] staging: gpib: Fix SPDX license for gpib headers Dave Penkler
2025-11-10 10:25 ` Dave Penkler [this message]
2025-11-10 10:25 ` [PATCH 09/11] gpib: Move gpib drivers out of staging Dave Penkler
2025-11-10 10:25 ` [PATCH 10/11] gpib: Add gpib Kconfig option Dave Penkler
2025-11-10 10:36 ` Johan Hovold
2025-11-10 10:25 ` [PATCH 11/11] gpib: Add build rule for gpib to Makefile Dave Penkler
2025-11-10 10:37 ` Johan Hovold
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251110102507.1445-9-dpenkler@gmail.com \
--to=dpenkler@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-staging@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).