mirror of
https://github.com/fail0verflow/mini.git
synced 2024-11-24 12:19:21 +01:00
More license stuff
This commit is contained in:
parent
52de4a6655
commit
eb3f81595d
1
crypto.h
1
crypto.h
@ -5,6 +5,7 @@
|
||||
|
||||
Copyright (C) 2008, 2009 Haxx Enterprises <bushing@gmail.com>
|
||||
Copyright (C) 2008, 2009 Sven Peter <svenpeter@gmail.com>
|
||||
Copyright (C) 2008, 2009 Hector Martin "marcan" <marcan@marcansoft.com>
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
2
ipc.c
2
ipc.c
@ -94,7 +94,7 @@ static inline void poke_inhead(u16 num)
|
||||
|
||||
static inline u16 peek_intail(void)
|
||||
{
|
||||
return read32(HW_IPC_PPCMSG) & 0xFFF;
|
||||
return read32(HW_IPC_PPCMSG) & 0xFFFF;
|
||||
}
|
||||
|
||||
static inline u16 peek_outhead(void)
|
||||
|
Loading…
Reference in New Issue
Block a user