blob: 5299c13829b3e71e28326ecc514441d57daf2183 [file]
/*
* PCA955X I2C LED blinker and I/O expanders
*
* Copyright (c) 2017-2018, IBM Corporation.
*
* This work is licensed under the terms of the GNU GPL, version 2 or
* later. See the COPYING file in the top-level directory.
*/
#ifndef HW_GPIO_PCA9552_H
#define HW_GPIO_PCA9552_H
#define TYPE_PCA955X "pca955x"
#define TYPE_PCA9552 "pca9552"
#define TYPE_PCA9535 "pca9535"
#define TYPE_PCA9555 "pca9555"
#endif