external_master.hh (13784:1941dc118243) external_master.hh (13799:15badf7874ee)
1/*
2 * Copyright (c) 2012-2014 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

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

124 Port &getPort(const std::string &if_name,
125 PortID idx=InvalidPortID) override;
126
127 /** Register a handler which can provide ports with port_type ==
128 * handler_name */
129 static void registerHandler(const std::string &handler_name,
130 Handler *handler);
131
1/*
2 * Copyright (c) 2012-2014 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

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

124 Port &getPort(const std::string &if_name,
125 PortID idx=InvalidPortID) override;
126
127 /** Register a handler which can provide ports with port_type ==
128 * handler_name */
129 static void registerHandler(const std::string &handler_name,
130 Handler *handler);
131
132 void init();
132 void init() override;
133
134 const MasterID masterId;
135};
136
137
138#endif //__MEM_EXTERNAL_MASTER_HH__
133
134 const MasterID masterId;
135};
136
137
138#endif //__MEM_EXTERNAL_MASTER_HH__