]> www.infradead.org Git - users/jedix/linux-maple.git/commit
staging: gpib: Add user api include files
authorDave Penkler <dpenkler@gmail.com>
Wed, 18 Sep 2024 12:18:51 +0000 (14:18 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Oct 2024 13:28:28 +0000 (15:28 +0200)
commit2da03e7e31aa1bc234fdce1e3414574e302f91a0
treee519f9b35a6351f922c296b3574f4c152f332cb8
parent6c52d5e3cde2c1ca9b63ca2255c2d7c6f95e7afc
staging: gpib: Add user api include files

User api include files used by drivers and userland code.
The files are also distributed with the userland package.
Since these include files have been used by many applications we
had to keep the camelCase enums, typedefs and uint8_t declarations.

Signed-off-by: Dave Penkler <dpenkler@gmail.com>
Link: https://lore.kernel.org/r/20240918121908.19366-5-dpenkler@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gpib/uapi/gpib_ioctl.h [new file with mode: 0644]
drivers/staging/gpib/uapi/gpib_user.h [new file with mode: 0644]