external_slave.hh (13784:1941dc118243) external_slave.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

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

130 Port &getPort(const std::string &if_name,
131 PortID idx=InvalidPortID) override;
132
133 /** Register a handler which can provide ports with port_type ==
134 * handler_name */
135 static void registerHandler(const std::string &handler_name,
136 Handler *handler);
137
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

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

130 Port &getPort(const std::string &if_name,
131 PortID idx=InvalidPortID) override;
132
133 /** Register a handler which can provide ports with port_type ==
134 * handler_name */
135 static void registerHandler(const std::string &handler_name,
136 Handler *handler);
137
138 void init();
138 void init() override;
139};
140
141
142#endif //__MEM_EXTERNAL_SLAVE_HH__
139};
140
141
142#endif //__MEM_EXTERNAL_SLAVE_HH__