X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fbaylibre-acme%2Fgpio.h;h=8e91fde6a4fe33549684519a16b1c7c54f1a9afe;hb=391e23a97fe5b919f7f0716702bd1b151c601f66;hp=8a6fde189efe8bf8b0af98a6864c6defc5d581f6;hpb=740ad48ac8acd3357b1178ff09620b9e3a87c10e;p=libsigrok.git diff --git a/src/hardware/baylibre-acme/gpio.h b/src/hardware/baylibre-acme/gpio.h index 8a6fde18..8e91fde6 100644 --- a/src/hardware/baylibre-acme/gpio.h +++ b/src/hardware/baylibre-acme/gpio.h @@ -22,8 +22,8 @@ * of this directory if any other driver would happen to want to use them. */ -#ifndef LIBSIGROK_GPIO_H -#define LIBSIGROK_GPIO_H +#ifndef LIBSIGROK_HARDWARE_BAYLIBRE_ACME_GPIO_H +#define LIBSIGROK_HARDWARE_BAYLIBRE_ACME_GPIO_H enum { GPIO_DIR_IN, @@ -34,8 +34,8 @@ SR_PRIV int sr_gpio_export(unsigned gpio); SR_PRIV int sr_gpio_set_direction(unsigned gpio, unsigned direction); SR_PRIV int sr_gpio_set_value(unsigned gpio, unsigned value); SR_PRIV int sr_gpio_get_value(int gpio); -/* These functions export given gpio if it's not already exported. */ +/* These functions export given GPIO if it's not already exported. */ SR_PRIV int sr_gpio_setval_export(int gpio, int value); SR_PRIV int sr_gpio_getval_export(int gpio); -#endif /* LIBSIGROK_GPIO_H */ +#endif