mirror of
https://github.com/aaru-dps/aaruremote.git
synced 2025-12-16 19:24:37 +00:00
Rename include file.
This commit is contained in:
@@ -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
2
ata.c
@@ -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"
|
||||||
|
|||||||
2
device.c
2
device.c
@@ -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>
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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
4
main.c
@@ -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()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|
||||||
|
|||||||
@@ -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()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
2
worker.c
2
worker.c
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user