Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 391 → Rev 390

/SPARTAN/trunk/arch/mips32/include/mm/asid.h
1,5 → 1,5
/*
* Copyright (C) 2005 Martin Decky
* Copyright (C) 2005 Matrin Decky
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
29,11 → 29,6
#ifndef __mips32_ASID_H__
#define __mips32_ASID_H__
 
#include <arch/types.h>
extern void asid_bitmap_reset(void);
 
typedef __u8 asid_t;
 
extern asid_t asid_get(void);
extern void asid_put(asid_t asid);
 
#endif