Skip to content
Snippets Groups Projects
Commit 5a336a24 authored by Alessandro Rubini's avatar Alessandro Rubini
Browse files

wb.h renamed to wishbone.h


Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
parent 30cad0d4
No related merge requests found
#include "wb.h"
#include "wishbone.h"
#define PFX "fakeadc: "
......
#include "wb.h"
#include "wishbone.h"
#define PFX "fakedac: "
......
......@@ -4,7 +4,7 @@
#include <linux/firmware.h>
#include <linux/mutex.h>
#include "wb.h"
#include "wishbone.h"
#include "sdwb.h"
#define PFX "fakespec: "
......
......@@ -4,7 +4,7 @@
#include <linux/device.h>
#include <linux/list.h>
#include "wb.h"
#include "wishbone.h"
#define PFX "wb: "
......
#ifndef _LINUX_DRIVERS_WISHBONE_WB_H
#define _LINUX_DRIVERS_WISHBONE_WB_H
#ifndef _LINUX_WISHBONE_H
#define _LINUX_WISHBONE_H
#include <linux/device.h>
#include <linux/pm.h>
......@@ -65,4 +65,5 @@ void wb_unregister_device(struct wb_device *wbdev);
int wb_register_driver(struct wb_driver *driver);
void wb_unregister_driver(struct wb_driver *driver);
#endif
#endif /* _LINUX_WISHBONE_H */
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment