]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
staging: gpib: Add local include file for commands
authorDave Penkler <dpenkler@gmail.com>
Tue, 3 Jun 2025 18:43:18 +0000 (20:43 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Jun 2025 15:32:32 +0000 (17:32 +0200)
commit781c58ecfe2479cddc1b383cc8b3c0133608be47
treeb6bdeebad43d5f323ac3a4b23328e5c9593bfc7e
parent3fb68dd90d160a543d82d6c356d00891bfb9be99
staging: gpib: Add local include file for commands

Add the functions and enums needed only by the kernel drivers
that were removed from the uapi/gpib.h include file to a separate
local include file.

Include this new file in the gpibP.h local include file.

Signed-off-by: Dave Penkler <dpenkler@gmail.com>
Link: https://lore.kernel.org/r/20250603184320.30594-3-dpenkler@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gpib/include/gpibP.h
drivers/staging/gpib/include/gpib_cmd.h [new file with mode: 0644]