1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2025-04-21 12:27:27 +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

@@ -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,