core: hide the GPIOD_API symbol
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Wed, 3 Mar 2021 10:50:34 +0000 (11:50 +0100)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Thu, 18 Mar 2021 08:34:15 +0000 (09:34 +0100)
commitecacb510b184d73ce7e6c49db339be5f6935d83a
tree0296ffd3c92a0655a4b03eccc8a12019b3243a87
parentdd8f3a47caf8efdba3cae311f623509da0a0afe0
core: hide the GPIOD_API symbol

GPIOD_API is unneccesarily polluting the user-facing headers. There's no
advantage to having it in public files. Let's make them internal to the
library. Upcoming modifications will also make GPIOD_BIT() redundant so
we'll be able to remove all macros unrelated to the main functionality
from gpiod.h.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
13 files changed:
bindings/cxx/Makefile.am
bindings/cxx/chip.cpp
bindings/cxx/gpiod.hpp
bindings/cxx/internal.hpp [new file with mode: 0644]
bindings/cxx/iter.cpp
bindings/cxx/line.cpp
bindings/cxx/line_bulk.cpp
include/gpiod.h
lib/Makefile.am
lib/core.c
lib/helpers.c
lib/internal.h [new file with mode: 0644]
lib/misc.c