Skip to content
Snippets Groups Projects
wr-nic-gpio.c 217 B
Newer Older
#include <linux/kernel.h>
#include <linux/gpio.h>
#include <linux/fmc.h>
#include "spec.h"
#include "wr-nic.h"

int wrn_gpio_init(struct fmc_device *fmc)
{
	return 0;
}

void wrn_gpio_exit(struct fmc_device *fmc)
{
}