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/>.
*/
#ifndef DICREMOTE__DICMOTE_H_
#define DICREMOTE__DICMOTE_H_
#ifndef DICREMOTE__AARUREMOTE_H_
#define DICREMOTE__AARUREMOTE_H_
#include <stddef.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/>.
*/
#include "dicmote.h"
#include "aaruremote.h"
#if defined(__linux__) && !defined(__ANDROID__)
#include "linux/linux.h"

View File

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

View File

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

View File

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

View File

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

View File

@@ -15,7 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "dicmote.h"
#include "aaruremote.h"
#if defined(__linux__) && !defined(__ANDROID__)
#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/>.
*/
#include "dicmote.h"
#include "aaruremote.h"
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
int main()
{

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -18,7 +18,7 @@
#ifndef 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_DVD 2

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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