mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-19 06:51:53 +02:00
The Great ATSPI Renaming, part 4: rename include/atspi.h to include/atrf.h
- include/atspi.h: renamed to include/atrf.h - include/misctxrx.h, lib/atrf.c, lib/misctxrx.c, atspi-id/atspi-id.c, atspi-reset/atspi-reset.c, atspi-rssi/atspi-rssi.c, atspi-rssi/gui.c, atspi-rssi/gui.h, atspi-trim/atspi-trim.c, atspi-txrx/atspi-txrx.c: change #include "atspi.h" to #include "atrf.h"
This commit is contained in:
parent
84b61f35f2
commit
cf23ac6128
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
#include "at86rf230.h"
|
#include "at86rf230.h"
|
||||||
#include "atusb/ep0.h"
|
#include "atusb/ep0.h"
|
||||||
#include "atspi.h"
|
#include "atrf.h"
|
||||||
|
|
||||||
|
|
||||||
#ifdef HAVE_USB
|
#ifdef HAVE_USB
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "atspi.h"
|
#include "atrf.h"
|
||||||
|
|
||||||
|
|
||||||
static void usage(const char *name)
|
static void usage(const char *name)
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
|
||||||
#include "at86rf230.h"
|
#include "at86rf230.h"
|
||||||
#include "atspi.h"
|
#include "atrf.h"
|
||||||
#include "misctxrx.h"
|
#include "misctxrx.h"
|
||||||
|
|
||||||
#ifdef HAVE_GFX
|
#ifdef HAVE_GFX
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
#include "SDL_gfxPrimitives.h"
|
#include "SDL_gfxPrimitives.h"
|
||||||
|
|
||||||
#include "at86rf230.h"
|
#include "at86rf230.h"
|
||||||
#include "atspi.h"
|
#include "atrf.h"
|
||||||
#include "misctxrx.h"
|
#include "misctxrx.h"
|
||||||
|
|
||||||
#include "zgrid.h"
|
#include "zgrid.h"
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
#ifndef GUI_H
|
#ifndef GUI_H
|
||||||
#define GUI_H
|
#define GUI_H
|
||||||
|
|
||||||
#include "atspi.h"
|
#include "atrf.h"
|
||||||
|
|
||||||
|
|
||||||
void gui(struct atspi_dsc *dsc);
|
void gui(struct atspi_dsc *dsc);
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
|
||||||
#include "at86rf230.h"
|
#include "at86rf230.h"
|
||||||
#include "atspi.h"
|
#include "atrf.h"
|
||||||
|
|
||||||
|
|
||||||
static void usage(const char *name)
|
static void usage(const char *name)
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
|
|
||||||
#include "at86rf230.h"
|
#include "at86rf230.h"
|
||||||
#include "atspi.h"
|
#include "atrf.h"
|
||||||
#include "misctxrx.h"
|
#include "misctxrx.h"
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* include/atspi.h - ATSPI access functions library
|
* include/atrf.h - ATRF access functions library
|
||||||
*
|
*
|
||||||
* Written 2010 by Werner Almesberger
|
* Written 2010 by Werner Almesberger
|
||||||
* Copyright 2010 Werner Almesberger
|
* Copyright 2010 Werner Almesberger
|
||||||
@ -10,8 +10,8 @@
|
|||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef ATSPI_H
|
#ifndef ATRF_H
|
||||||
#define ATSPI_H
|
#define ATRF_H
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
@ -39,4 +39,4 @@ int atspi_buf_read(struct atspi_dsc *dsc, void *buf, int size);
|
|||||||
|
|
||||||
int atspi_interrupt(struct atspi_dsc *dsc);
|
int atspi_interrupt(struct atspi_dsc *dsc);
|
||||||
|
|
||||||
#endif /* !ATSPI_H */
|
#endif /* !ATRF_H */
|
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "atspi.h"
|
#include "atrf.h"
|
||||||
|
|
||||||
|
|
||||||
uint8_t wait_for_interrupt(struct atspi_dsc *dsc, uint8_t wait_for,
|
uint8_t wait_for_interrupt(struct atspi_dsc *dsc, uint8_t wait_for,
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#include "driver.h"
|
#include "driver.h"
|
||||||
#include "atspi.h"
|
#include "atrf.h"
|
||||||
|
|
||||||
|
|
||||||
extern struct atspi_driver atusb_driver;
|
extern struct atspi_driver atusb_driver;
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
|
|
||||||
#include "at86rf230.h"
|
#include "at86rf230.h"
|
||||||
#include "atspi.h"
|
#include "atrf.h"
|
||||||
#include "misctxrx.h"
|
#include "misctxrx.h"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user