TypeDefines.hh (10005:8c2b0dc16ccd) TypeDefines.hh (10302:0e9e99e6369a)
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;

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

28
29
30#ifndef TYPEDEFINES_H
31#define TYPEDEFINES_H
32
33typedef unsigned long long uint64;
34typedef long long int64;
35
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;

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

28
29
30#ifndef TYPEDEFINES_H
31#define TYPEDEFINES_H
32
33typedef unsigned long long uint64;
34typedef long long int64;
35
36typedef int64 Time;
37typedef uint64 physical_address_t;
38
39typedef int64 Index; // what the address bit ripper returns
40typedef unsigned int LinkID;
41typedef unsigned int NodeID;
42typedef unsigned int SwitchID;
43
44#endif
36typedef uint64 physical_address_t;
37
38typedef int64 Index; // what the address bit ripper returns
39typedef unsigned int LinkID;
40typedef unsigned int NodeID;
41typedef unsigned int SwitchID;
42
43#endif