1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-10-01 12:59:26 +03: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:
Werner Almesberger 2010-11-11 08:58:47 -03:00
parent 84b61f35f2
commit cf23ac6128
11 changed files with 14 additions and 14 deletions

View File

@ -20,7 +20,7 @@
#include "at86rf230.h"
#include "atusb/ep0.h"
#include "atspi.h"
#include "atrf.h"
#ifdef HAVE_USB

View File

@ -15,7 +15,7 @@
#include <stdio.h>
#include <string.h>
#include "atspi.h"
#include "atrf.h"
static void usage(const char *name)

View File

@ -18,7 +18,7 @@
#include <sys/time.h>
#include "at86rf230.h"
#include "atspi.h"
#include "atrf.h"
#include "misctxrx.h"
#ifdef HAVE_GFX

View File

@ -21,7 +21,7 @@
#include "SDL_gfxPrimitives.h"
#include "at86rf230.h"
#include "atspi.h"
#include "atrf.h"
#include "misctxrx.h"
#include "zgrid.h"

View File

@ -13,7 +13,7 @@
#ifndef GUI_H
#define GUI_H
#include "atspi.h"
#include "atrf.h"
void gui(struct atspi_dsc *dsc);

View File

@ -16,7 +16,7 @@
#include <sys/time.h>
#include "at86rf230.h"
#include "atspi.h"
#include "atrf.h"
static void usage(const char *name)

View File

@ -20,7 +20,7 @@
#include <signal.h>
#include "at86rf230.h"
#include "atspi.h"
#include "atrf.h"
#include "misctxrx.h"

View File

@ -1,5 +1,5 @@
/*
* include/atspi.h - ATSPI access functions library
* include/atrf.h - ATRF access functions library
*
* Written 2010 by Werner Almesberger
* Copyright 2010 Werner Almesberger
@ -10,8 +10,8 @@
* (at your option) any later version.
*/
#ifndef ATSPI_H
#define ATSPI_H
#ifndef ATRF_H
#define ATRF_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);
#endif /* !ATSPI_H */
#endif /* !ATRF_H */

View File

@ -15,7 +15,7 @@
#include <stdint.h>
#include "atspi.h"
#include "atrf.h"
uint8_t wait_for_interrupt(struct atspi_dsc *dsc, uint8_t wait_for,

View File

@ -15,7 +15,7 @@
#include <stdio.h>
#include "driver.h"
#include "atspi.h"
#include "atrf.h"
extern struct atspi_driver atusb_driver;

View File

@ -18,7 +18,7 @@
#include <signal.h>
#include "at86rf230.h"
#include "atspi.h"
#include "atrf.h"
#include "misctxrx.h"