TypeDefines.hh (10302:0e9e99e6369a) TypeDefines.hh (10314:94b6b28fc968)
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;

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

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

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

30#ifndef TYPEDEFINES_H
31#define TYPEDEFINES_H
32
33typedef unsigned long long uint64;
34typedef long long int64;
35
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
38typedef unsigned int LinkID;
39typedef unsigned int NodeID;
40typedef unsigned int SwitchID;
41
42#endif