time.hh (13252:8814e5d87a48) time.hh (13265:6cde60ee99fb)
1/*
2 * Copyright 2018 Google, Inc.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are
6 * met: redistributions of source code must retain the above copyright
7 * notice, this list of conditions and the following disclaimer;
8 * redistributions in binary form must reproduce the above copyright

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

31#define __SYSTEMC_CORE_TIME_HH__
32
33#include "base/types.hh"
34
35namespace sc_gem5
36{
37
38extern const char *TimeUnitNames[];
1/*
2 * Copyright 2018 Google, Inc.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are
6 * met: redistributions of source code must retain the above copyright
7 * notice, this list of conditions and the following disclaimer;
8 * redistributions in binary form must reproduce the above copyright

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

31#define __SYSTEMC_CORE_TIME_HH__
32
33#include "base/types.hh"
34
35namespace sc_gem5
36{
37
38extern const char *TimeUnitNames[];
39extern const char *TimeUnitConstantNames[];
39extern double TimeUnitScale[];
40extern Tick TimeUnitFrequency[];
41
42} // namespace sc_gem5
43
44#endif // __SYSTEMC_CORE_TIME_HH__
40extern double TimeUnitScale[];
41extern Tick TimeUnitFrequency[];
42
43} // namespace sc_gem5
44
45#endif // __SYSTEMC_CORE_TIME_HH__