Rename include file.

This commit is contained in:
2020-03-01 05:46:10 +00:00
parent d33b309ad7
commit 06944ade67
25 changed files with 27 additions and 27 deletions

View File

@@ -15,8 +15,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef DICREMOTE__DICMOTE_H_ #ifndef DICREMOTE__AARUREMOTE_H_
#define DICREMOTE__DICMOTE_H_ #define DICREMOTE__AARUREMOTE_H_
#include <stddef.h> #include <stddef.h>
#include <stdint.h> #include <stdint.h>

2
ata.c
View File

@@ -15,7 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "dicmote.h" #include "aaruremote.h"
#if defined(__linux__) && !defined(__ANDROID__) #if defined(__linux__) && !defined(__ANDROID__)
#include "linux/linux.h" #include "linux/linux.h"

View File

@@ -21,7 +21,7 @@
#include "win32/win32.h" #include "win32/win32.h"
#endif #endif
#include "dicmote.h" #include "aaruremote.h"
#include <stdint.h> #include <stdint.h>

View File

@@ -18,7 +18,7 @@
#ifndef DICREMOTE_LINUX_LINUX_H_ #ifndef DICREMOTE_LINUX_LINUX_H_
#define DICREMOTE_LINUX_LINUX_H_ #define DICREMOTE_LINUX_LINUX_H_
#include "../dicmote.h" #include "../aaruremote.h"
#define PATH_SYS_DEVBLOCK "/sys/block" #define PATH_SYS_DEVBLOCK "/sys/block"

View File

@@ -15,7 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "../dicmote.h" #include "../aaruremote.h"
#include "linux.h" #include "linux.h"
#include <ctype.h> #include <ctype.h>

View File

@@ -15,7 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "../dicmote.h" #include "../aaruremote.h"
#include "linux.h" #include "linux.h"
#include <malloc.h> #include <malloc.h>

View File

@@ -15,7 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "dicmote.h" #include "aaruremote.h"
#if defined(__linux__) && !defined(__ANDROID__) #if defined(__linux__) && !defined(__ANDROID__)
#include "linux/linux.h" #include "linux/linux.h"

4
main.c
View File

@@ -15,11 +15,11 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "dicmote.h" #include "aaruremote.h"
#include <errno.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <errno.h>
int main() int main()
{ {

View File

@@ -15,7 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "../dicmote.h" #include "../aaruremote.h"
#include <malloc.h> #include <malloc.h>
#include <string.h> #include <string.h>

View File

@@ -15,7 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "../dicmote.h" #include "../aaruremote.h"
#include "../unix/unix.h" #include "../unix/unix.h"
#include <arpa/inet.h> #include <arpa/inet.h>

View File

@@ -15,7 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "../dicmote.h" #include "../aaruremote.h"
#include <unistd.h> #include <unistd.h>

View File

@@ -15,7 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "../dicmote.h" #include "../aaruremote.h"
#include "../endian.h" #include "../endian.h"
#include <gccore.h> #include <gccore.h>

View File

@@ -15,7 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "../dicmote.h" #include "../aaruremote.h"
#include "wii.h" #include "wii.h"
#include <gccore.h> #include <gccore.h>

View File

@@ -15,7 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "../dicmote.h" #include "../aaruremote.h"
#include "wii.h" #include "wii.h"
#include <network.h> #include <network.h>

View File

@@ -15,7 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "../dicmote.h" #include "../aaruremote.h"
#include <debug.h> #include <debug.h>
#include <errno.h> #include <errno.h>

View File

@@ -18,7 +18,7 @@
#ifndef DICREMOTE_WII_WII_H_ #ifndef DICREMOTE_WII_WII_H_
#define DICREMOTE_WII_WII_H_ #define DICREMOTE_WII_WII_H_
#include "../dicmote.h" #include "../aaruremote.h"
#define DICREMOTE_WII_DEVICE_FD_NAND 1 #define DICREMOTE_WII_DEVICE_FD_NAND 1
#define DICREMOTE_WII_DEVICE_FD_DVD 2 #define DICREMOTE_WII_DEVICE_FD_DVD 2

View File

@@ -15,7 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "../dicmote.h" #include "../aaruremote.h"
#include "ntioctl.h" #include "ntioctl.h"
#include "win32.h" #include "win32.h"

View File

@@ -15,7 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "../dicmote.h" #include "../aaruremote.h"
#include "win32.h" #include "win32.h"
#include <errno.h> #include <errno.h>

View File

@@ -15,7 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "../dicmote.h" #include "../aaruremote.h"
#include "../endian.h" #include "../endian.h"
#include "win32.h" #include "win32.h"

View File

@@ -15,7 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "../dicmote.h" #include "../aaruremote.h"
#include <stddef.h> #include <stddef.h>
#include <stdio.h> #include <stdio.h>

View File

@@ -15,7 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "../dicmote.h" #include "../aaruremote.h"
#include "win32.h" #include "win32.h"
#include <iphlpapi.h> #include <iphlpapi.h>

View File

@@ -15,7 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "../dicmote.h" #include "../aaruremote.h"
#include "ntioctl.h" #include "ntioctl.h"
#include "win32.h" #include "win32.h"

View File

@@ -15,7 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "../dicmote.h" #include "../aaruremote.h"
void Initialize() void Initialize()
{ {

View File

@@ -18,7 +18,7 @@
#ifndef DICREMOTE_WIN32_WIN32_H_ #ifndef DICREMOTE_WIN32_WIN32_H_
#define DICREMOTE_WIN32_WIN32_H_ #define DICREMOTE_WIN32_WIN32_H_
#include "../dicmote.h" #include "../aaruremote.h"
#define PROCESSOR_ARCHITECTURE_INTEL 0 #define PROCESSOR_ARCHITECTURE_INTEL 0
#define PROCESSOR_ARCHITECTURE_MIPS 1 #define PROCESSOR_ARCHITECTURE_MIPS 1

View File

@@ -15,7 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "dicmote.h" #include "aaruremote.h"
#include "endian.h" #include "endian.h"
#include <errno.h> #include <errno.h>