summaryrefslogtreecommitdiff
path: root/linux-2.6
diff options
context:
space:
mode:
Diffstat (limited to 'linux-2.6')
0 files changed, 0 insertions, 0 deletions
d this permission notice (including the next * paragraph) shall be included in all copies or substantial portions of the * Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL * PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER * DEALINGS IN THE SOFTWARE. * * Authors: * Jerome Glisse <glisse@freedesktop.org> */ #ifndef __AMD_LEGACY_H__ #define __AMD_LEGACY_H__ int amd_legacy_cmd_module_destroy(struct drm_device *dev); int amd_legacy_cmd_module_initialize(struct drm_device *dev); #endif