Revision aa2dfb372a2a647beedac163ce6f8b0fcbefac29 authored by Chris Mason on 22 May 2011, 16:36:34 UTC, committed by Chris Mason on 22 May 2011, 16:36:34 UTC
2 parent s 945d896 + 73c5de0
Raw File
gpio-ns9360.h
/*
 * arch/arm/mach-ns9xxx/gpio-ns9360.h
 *
 * Copyright (C) 2006,2007 by Digi International Inc.
 * All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify it
 * under the terms of the GNU General Public License version 2 as published by
 * the Free Software Foundation.
 */
int __ns9360_gpio_configure(unsigned gpio, int dir, int inv, int func);
int ns9360_gpio_get_value(unsigned gpio);
void ns9360_gpio_set_value(unsigned gpio, int value);
back to top