systemc.h (12840:afc4b2b0f0f2) systemc.h (12841:22aa7ba47bf9)
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

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

28 */
29
30#ifndef __SYSTEMC_EXT_SYSTEMC_H__
31#define __SYSTEMC_EXT_SYSTEMC_H__
32
33#include "systemc"
34
35// Collect "using" declarations for the various namespaces.
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

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

28 */
29
30#ifndef __SYSTEMC_EXT_SYSTEMC_H__
31#define __SYSTEMC_EXT_SYSTEMC_H__
32
33#include "systemc"
34
35// Collect "using" declarations for the various namespaces.
36#include "channel/_using.hh"
36#include "core/_using.hh"
37#include "dt/_using.hh"
38
39// Include some system header files, and import some symbols from std into
40// the base namespace.
41#include <stdint.h>
42
43#include <cassert>

--- 52 unchanged lines hidden ---
37#include "core/_using.hh"
38#include "dt/_using.hh"
39
40// Include some system header files, and import some symbols from std into
41// the base namespace.
42#include <stdint.h>
43
44#include <cassert>

--- 52 unchanged lines hidden ---