diff options
Diffstat (limited to 'sys/i386/isa/pmtimer.c')
-rw-r--r-- | sys/i386/isa/pmtimer.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/i386/isa/pmtimer.c b/sys/i386/isa/pmtimer.c index fcb6f49..e9a18cc 100644 --- a/sys/i386/isa/pmtimer.c +++ b/sys/i386/isa/pmtimer.c @@ -22,10 +22,11 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + /* * Timer device driver for power management events. * The code for suspend/resume is derived from APM device driver. |