system.hh (9524:d6ffa982a68b) system.hh (9554:406fbcf60223)
1/*
2 * Copyright (c) 2012 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

467 * @param cp checkpoint to unserialize from
468 * @param section relevant section in the checkpoint
469 */
470 virtual void unserializeSymtab(Checkpoint *cp,
471 const std::string &section) {}
472
473};
474
1/*
2 * Copyright (c) 2012 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

467 * @param cp checkpoint to unserialize from
468 * @param section relevant section in the checkpoint
469 */
470 virtual void unserializeSymtab(Checkpoint *cp,
471 const std::string &section) {}
472
473};
474
475void printSystems();
476
475#endif // __SYSTEM_HH__
477#endif // __SYSTEM_HH__