Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 926264
Collapse All | Expand All

(-)utils-1eb8c20dfa258c549139fae2b21185ac290051c5_orig/pinctrl/gpiochip.h (-1 / +1 lines)
Lines 4-10 Link Here
4
#include "gpiolib.h"
4
#include "gpiolib.h"
5
5
6
#define DECLARE_GPIO_CHIP(name, compatible, iface, size, data) \
6
#define DECLARE_GPIO_CHIP(name, compatible, iface, size, data) \
7
    GPIO_CHIP_T name ## _chip __attribute__ ((section ("gpiochips"))) = \
7
    GPIO_CHIP_T name ## _chip __attribute__ ((section ("gpiochips"))) __attribute__ ((used)) = \
8
    { #name, compatible, iface, size, data }
8
    { #name, compatible, iface, size, data }
9
9
10
typedef struct GPIO_CHIP_INTERFACE_ GPIO_CHIP_INTERFACE_T;
10
typedef struct GPIO_CHIP_INTERFACE_ GPIO_CHIP_INTERFACE_T;

Return to bug 926264