mirror of
https://github.com/fail0verflow/mini.git
synced 2026-09-07 18:15:54 -05:00
More license stuff
This commit is contained in:
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)
|
||||
|
||||
Reference in New Issue
Block a user