TypeDefines.hh (8530:3aaa99208a84) TypeDefines.hh (8608:02d7ac5fb855)
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
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
47typedef int64 Index; // what the address bit ripper returns
48typedef int LinkID;
49typedef int NodeID;
50typedef int SwitchID;
51
47#endif
52#endif