Deleted Added
sdiff udiff text old ( 8530:3aaa99208a84 ) new ( 8608:02d7ac5fb855 )
full compact
1/*
2 * Copyright (c) 2009 Mark D. Hill and David A. Wood
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 30 unchanged lines hidden (view full) ---

39typedef int int32;
40typedef long long int64;
41
42typedef long long integer_t;
43
44typedef int64 Time;
45typedef uint64 physical_address_t;
46
47#endif