1dc488f88SScott Feldman /* 2dc488f88SScott Feldman * QEMU rocker switch emulation - OF-DPA flow processing support 3dc488f88SScott Feldman * 4dc488f88SScott Feldman * Copyright (c) 2014 Scott Feldman <sfeldma@gmail.com> 5dc488f88SScott Feldman * 6dc488f88SScott Feldman * This program is free software; you can redistribute it and/or modify 7dc488f88SScott Feldman * it under the terms of the GNU General Public License as published by 8dc488f88SScott Feldman * the Free Software Foundation; either version 2 of the License, or 9dc488f88SScott Feldman * (at your option) any later version. 10dc488f88SScott Feldman * 11dc488f88SScott Feldman * This program is distributed in the hope that it will be useful, 12dc488f88SScott Feldman * but WITHOUT ANY WARRANTY; without even the implied warranty of 13dc488f88SScott Feldman * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14dc488f88SScott Feldman * GNU General Public License for more details. 15dc488f88SScott Feldman */ 16dc488f88SScott Feldman 17*2a6a4076SMarkus Armbruster #ifndef ROCKER_OF_DPA_H 18*2a6a4076SMarkus Armbruster #define ROCKER_OF_DPA_H 19dc488f88SScott Feldman 20dc488f88SScott Feldman World *of_dpa_world_alloc(Rocker *r); 21dc488f88SScott Feldman 22*2a6a4076SMarkus Armbruster #endif /* ROCKER_OF_DPA_H */ 23